Uses of Interface
com.atlassian.bamboo.plan.artifact.ImmutableArtifactManager
-
Packages that use ImmutableArtifactManager Package Description com.atlassian.bamboo.plan.artifact com.atlassian.bamboo.plan.cache com.atlassian.bamboo.spring -
-
Uses of ImmutableArtifactManager in com.atlassian.bamboo.plan.artifact
Classes in com.atlassian.bamboo.plan.artifact that implement ImmutableArtifactManager Modifier and Type Class Description class
ImmutableArtifactManagerImpl
-
Uses of ImmutableArtifactManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutableArtifactManager Modifier and Type Method Description static ImmutableJobImpl
ImmutableJobImpl. createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutableArtifactManager Constructor Description ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
-
Uses of ImmutableArtifactManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ImmutableArtifactManager Modifier and Type Field Description static Supplier<ImmutableArtifactManager>
ComponentAccessor. IMMUTABLE_ARTIFACT_MANAGER
Deprecated.
-