Uses of Interface
com.atlassian.bamboo.plan.artifact.CommonArtifactContext
Package
Description
-
Uses of CommonArtifactContext in com.atlassian.bamboo.deployments.artifact
-
Uses of CommonArtifactContext in com.atlassian.bamboo.deployments.execution
Modifier and TypeMethodDescription@NotNull CommonArtifactContext
DeploymentContextImpl.getArtifactContext()
ModifierConstructorDescriptionDeploymentContextImpl
(@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
Modifier and TypeInterfaceDescriptioninterface
Artifact related information for BuildContext. -
Uses of CommonArtifactContext in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull CommonArtifactContext
CommonContext.getArtifactContext()