Modifier and Type | Method and Description |
---|---|
ChainStorageTag |
ChainStorageTagUserType.fromString(@NotNull String stringValue) |
Modifier and Type | Method and Description |
---|---|
void |
Chain.setStorageTag(ChainStorageTag storageTag) |
Modifier and Type | Method and Description |
---|---|
static Map<PlanKey,ChainStorageTag> |
StorageTagUtils.gatherNeededStorageTags(@NotNull StorageTagService storageTagService,
@Nullable List<TaskDefinition> taskDefinitions,
@Nullable BuildIdentifier identifier) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AbstractChain,ChainStorageTag> |
AbstractChain_.storageTag |
Modifier and Type | Method and Description |
---|---|
ChainStorageTag |
AbstractChain.getStorageTag() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChain.setStorageTag(ChainStorageTag storageTag) |
Modifier and Type | Method and Description |
---|---|
ChainStorageTag |
AbstractImmutableChain.getStorageTag() |
ChainStorageTag |
ImmutableChain.getStorageTag() |
Modifier and Type | Method and Description |
---|---|
ChainStorageTag |
PlanDtoImpl.getStorageTag() |
ChainStorageTag |
PlanDto.getStorageTag() |
Constructor and Description |
---|
PlanDtoImpl(Long id,
String buildType,
Date creationDate,
PlanKey planKey,
String buildKey,
String buildName,
String description,
Boolean suspendedFromBuilding,
Boolean markedForDeletion,
BambooEntityOid oid,
Project project,
Long masterId,
ChainStorageTag storageTag,
String linkedJiraIssue,
Boolean remoteJiraLinkRequired,
Boolean divergent,
Long stageId,
String buildDefinitionXmlData,
Long notificationSetId,
Long requirementSetId) |
Modifier and Type | Method and Description |
---|---|
@Nullable ChainStorageTag |
StorageTagServiceImpl.getChainStorageTag(@NotNull PlanKey chainKey) |
@Nullable ChainStorageTag |
StorageTagService.getChainStorageTag(@NotNull PlanKey chainKey) |
Modifier and Type | Method and Description |
---|---|
@NotNull ChainStorageTag |
RemoteAgentStorageTagService.getChainStorageTag(@NotNull PlanKey chainKey) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.