Uses of Interface
com.atlassian.bamboo.plan.artifact.CommonArtifactContext
Packages that use CommonArtifactContext
Package
Description
-
Uses of CommonArtifactContext in com.atlassian.bamboo.deployments.artifact
Classes in com.atlassian.bamboo.deployments.artifact that implement CommonArtifactContext -
Uses of CommonArtifactContext in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return CommonArtifactContextModifier and TypeMethodDescription@NotNull CommonArtifactContext
DeploymentContextImpl.getArtifactContext()
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type CommonArtifactContextModifierConstructorDescriptionDeploymentContextImpl
(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, 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.artifactModifier and TypeInterfaceDescriptioninterface
Artifact related information for BuildContext.Classes in com.atlassian.bamboo.plan.artifact that implement CommonArtifactContext -
Uses of CommonArtifactContext in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return CommonArtifactContextModifier and TypeMethodDescription@NotNull CommonArtifactContext
CommonContext.getArtifactContext()