Package com.pulumi.deployment
Interface DeploymentInstance
- All Superinterfaces:
Deployment,com.pulumi.deployment.internal.ReadOrRegisterResource,com.pulumi.deployment.internal.RegisterResourceOutputs
-
Method Summary
Modifier and TypeMethodDescriptioncom.pulumi.deployment.internal.DeploymentImpl.ConfigbooleanvoidWe store the context in thread local storage, and we also capture it in completable futures.Methods inherited from interface com.pulumi.deployment.Deployment
call, call, call, call, call, call, getOrganizationName, getProjectName, getRootDirectory, getStackName, invoke, invoke, invoke, invoke, invoke, invokeAsync, invokeAsync, invokeAsync, invokeAsync, invokeAsync, isDryRun, registerPackage, registerPackage, requirePulumiVersionMethods inherited from interface com.pulumi.deployment.internal.ReadOrRegisterResource
readOrRegisterResourceMethods inherited from interface com.pulumi.deployment.internal.RegisterResourceOutputs
registerResourceOutputs
-
Method Details
-
getConfig
@InternalUse com.pulumi.deployment.internal.DeploymentImpl.Config getConfig() -
isInvalid
boolean isInvalid() -
markInvalid
void markInvalid()We store the context in thread local storage, and we also capture it in completable futures. Calling this method makes sure async callbacks that complete after the core program loop completes do not access the stale context.
-