Uses of Interface
com.atlassian.bamboo.plan.artifact.CommonArtifactContext
-
Packages that use CommonArtifactContext Package Description com.atlassian.bamboo.deployments.artifact com.atlassian.bamboo.deployments.execution com.atlassian.bamboo.plan.artifact com.atlassian.bamboo.v2.build -
-
Uses of CommonArtifactContext in com.atlassian.bamboo.deployments.artifact
Classes in com.atlassian.bamboo.deployments.artifact that implement CommonArtifactContext Modifier and Type Class Description class
DeploymentArtifactContextImpl
-
Uses of CommonArtifactContext in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return CommonArtifactContext Modifier and Type Method Description @NotNull CommonArtifactContext
DeploymentContextImpl. getArtifactContext()
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type CommonArtifactContext Constructor Description DeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, com.google.common.collect.Multimap<String,Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey,ChainStorageTag> necessaryStorageTags, @NotNull Map<String,Map<String,String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent)
-
Uses of CommonArtifactContext in com.atlassian.bamboo.plan.artifact
Subinterfaces of CommonArtifactContext in com.atlassian.bamboo.plan.artifact Modifier and Type Interface Description interface
ArtifactContext
Artifact related information for BuildContext.Classes in com.atlassian.bamboo.plan.artifact that implement CommonArtifactContext Modifier and Type Class Description class
ArtifactContextImpl
-
Uses of CommonArtifactContext in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return CommonArtifactContext Modifier and Type Method Description @NotNull CommonArtifactContext
CommonContext. getArtifactContext()
-