Package com.atlassian.bamboo.plan.dto
Interface PlanDto
- All Known Implementing Classes:
PlanDtoImpl
@Internal
public interface PlanDto
-
Method Details
-
getId
Long getId() -
getDiscriminator
String getDiscriminator() -
getCreationDate
Date getCreationDate() -
getPlanKey
PlanKey getPlanKey() -
getBuildKey
String getBuildKey() -
getBuildName
String getBuildName() -
getDescription
String getDescription() -
isSuspendedFromBuilding
Boolean isSuspendedFromBuilding() -
isMarkedForDeletion
Boolean isMarkedForDeletion() -
getOid
BambooEntityOid getOid() -
getProjectId
Long getProjectId() -
getMasterId
Long getMasterId() -
getStorageTag
ChainStorageTag getStorageTag() -
getLinkedJiraIssue
String getLinkedJiraIssue() -
isRemoteJiraLinkRequired
Boolean isRemoteJiraLinkRequired() -
isDivergent
Boolean isDivergent() -
getStageId
Long getStageId() -
getBuildDefinitionXmlData
String getBuildDefinitionXmlData() -
getNotificationSetId
Long getNotificationSetId() -
getRequirementSetId
Long getRequirementSetId() -
getPlanType
PlanType getPlanType() -
getVersion
Long getVersion()
-