Uses of Class
com.atlassian.bamboo.chains.ChainStorageTag
Packages that use ChainStorageTag
Package
Description
-
Uses of ChainStorageTag in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ChainStorageTagModifier and TypeMethodDescriptionChainStorageTagUserType.fromString
(@NotNull String stringValue) Methods in com.atlassian.bamboo.chains with parameters of type ChainStorageTag -
Uses of ChainStorageTag in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return types with arguments of type ChainStorageTagModifier and TypeMethodDescription@NotNull Map<PlanKey,
ChainStorageTag> DeploymentContextImpl.getChainStorageTags()
-
Uses of ChainStorageTag in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver that return types with arguments of type ChainStorageTagModifier and TypeMethodDescriptionstatic final Map<PlanKey,
ChainStorageTag> StorageTagUtils.gatherNeededStorageTags
(@NotNull StorageTagService storageTagService, @Nullable List<TaskDefinition> taskDefinitions, @Nullable BuildIdentifier identifier) -
Uses of ChainStorageTag in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type ChainStorageTagModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractChain,
ChainStorageTag> AbstractChain_.storageTag
Methods in com.atlassian.bamboo.plan that return ChainStorageTagMethods in com.atlassian.bamboo.plan with parameters of type ChainStorageTag -
Uses of ChainStorageTag in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return ChainStorageTagModifier and TypeMethodDescriptionAbstractImmutableChain.getStorageTag()
ImmutableChain.getStorageTag()
-
Uses of ChainStorageTag in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return ChainStorageTagConstructors in com.atlassian.bamboo.plan.dto with parameters of type ChainStorageTagModifierConstructorDescriptionPlanDtoImpl
(Long id, String buildType, Date creationDate, PlanKey planKey, String buildKey, String buildName, String description, Boolean suspendedFromBuilding, Boolean markedForDeletion, BambooEntityOid oid, Long projectId, Long masterId, ChainStorageTag storageTag, String linkedJiraIssue, Boolean remoteJiraLinkRequired, Boolean divergent, Long stageId, String buildDefinitionXmlData, Long notificationSetId, Long requirementSetId, Long version) -
Uses of ChainStorageTag in com.atlassian.bamboo.storage.location
Methods in com.atlassian.bamboo.storage.location that return ChainStorageTagModifier and TypeMethodDescription@Nullable ChainStorageTag
StorageTagService.getChainStorageTag
(@NotNull PlanKey chainKey) @Nullable ChainStorageTag
StorageTagServiceImpl.getChainStorageTag
(@NotNull PlanKey chainKey) -
Uses of ChainStorageTag in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type ChainStorageTagModifier and TypeMethodDescription@NotNull Map<PlanKey,
ChainStorageTag> BuildContextImpl.getChainStorageTags()
@NotNull Map<PlanKey,
ChainStorageTag> CommonContext.getChainStorageTags()
-
Uses of ChainStorageTag in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote that return ChainStorageTagModifier and TypeMethodDescription@NotNull ChainStorageTag
RemoteAgentStorageTagService.getChainStorageTag
(@NotNull PlanKey chainKey) -
Uses of ChainStorageTag in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type ChainStorageTagModifier and TypeMethodDescription@NotNull Map<PlanKey,
ChainStorageTag> DeploymentRepositoryBuildContext.getChainStorageTags()