@Internal
public interface PlanDto
Modifier and Type | Method and Description |
---|---|
String |
getBuildDefinitionXmlData() |
String |
getBuildKey() |
String |
getBuildName() |
Date |
getCreationDate() |
String |
getDescription() |
String |
getDiscriminator() |
Long |
getId() |
String |
getLinkedJiraIssue() |
Long |
getMasterId() |
Long |
getNotificationSetId() |
BambooEntityOid |
getOid() |
PlanKey |
getPlanKey() |
PlanType |
getPlanType() |
Project |
getProject() |
Long |
getRequirementSetId() |
Long |
getStageId() |
ChainStorageTag |
getStorageTag() |
Boolean |
isDivergent() |
Boolean |
isMarkedForDeletion() |
Boolean |
isRemoteJiraLinkRequired() |
Boolean |
isSuspendedFromBuilding() |
Long getId()
String getDiscriminator()
Date getCreationDate()
PlanKey getPlanKey()
String getBuildKey()
String getBuildName()
String getDescription()
Boolean isSuspendedFromBuilding()
Boolean isMarkedForDeletion()
BambooEntityOid getOid()
Project getProject()
Long getMasterId()
ChainStorageTag getStorageTag()
String getLinkedJiraIssue()
Boolean isRemoteJiraLinkRequired()
Boolean isDivergent()
Long getStageId()
String getBuildDefinitionXmlData()
Long getNotificationSetId()
Long getRequirementSetId()
PlanType getPlanType()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.