Package com.atlassian.bamboo.plan.dto
Class PlanDtoImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.dto.PlanDtoImpl
-
-
Constructor Summary
Constructors Constructor Description PlanDtoImpl(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
Long
getProjectId()
Long
getRequirementSetId()
Long
getStageId()
ChainStorageTag
getStorageTag()
Long
getVersion()
Boolean
isDivergent()
Boolean
isMarkedForDeletion()
Boolean
isRemoteJiraLinkRequired()
Boolean
isSuspendedFromBuilding()
String
toString()
-
-
-
Constructor Detail
-
PlanDtoImpl
public PlanDtoImpl(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)
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Specified by:
getDiscriminator
in interfacePlanDto
-
getCreationDate
public Date getCreationDate()
- Specified by:
getCreationDate
in interfacePlanDto
-
getPlanKey
public PlanKey getPlanKey()
- Specified by:
getPlanKey
in interfacePlanDto
-
getBuildKey
public String getBuildKey()
- Specified by:
getBuildKey
in interfacePlanDto
-
getBuildName
public String getBuildName()
- Specified by:
getBuildName
in interfacePlanDto
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfacePlanDto
-
isSuspendedFromBuilding
public Boolean isSuspendedFromBuilding()
- Specified by:
isSuspendedFromBuilding
in interfacePlanDto
-
isMarkedForDeletion
public Boolean isMarkedForDeletion()
- Specified by:
isMarkedForDeletion
in interfacePlanDto
-
getOid
public BambooEntityOid getOid()
-
getProjectId
public Long getProjectId()
- Specified by:
getProjectId
in interfacePlanDto
-
getMasterId
public Long getMasterId()
- Specified by:
getMasterId
in interfacePlanDto
-
getStorageTag
public ChainStorageTag getStorageTag()
- Specified by:
getStorageTag
in interfacePlanDto
-
getLinkedJiraIssue
public String getLinkedJiraIssue()
- Specified by:
getLinkedJiraIssue
in interfacePlanDto
-
isRemoteJiraLinkRequired
public Boolean isRemoteJiraLinkRequired()
- Specified by:
isRemoteJiraLinkRequired
in interfacePlanDto
-
isDivergent
public Boolean isDivergent()
- Specified by:
isDivergent
in interfacePlanDto
-
getStageId
public Long getStageId()
- Specified by:
getStageId
in interfacePlanDto
-
getBuildDefinitionXmlData
public String getBuildDefinitionXmlData()
- Specified by:
getBuildDefinitionXmlData
in interfacePlanDto
-
getNotificationSetId
public Long getNotificationSetId()
- Specified by:
getNotificationSetId
in interfacePlanDto
-
getRequirementSetId
public Long getRequirementSetId()
- Specified by:
getRequirementSetId
in interfacePlanDto
-
getVersion
public Long getVersion()
- Specified by:
getVersion
in interfacePlanDto
-
getPlanType
public PlanType getPlanType()
- Specified by:
getPlanType
in interfacePlanDto
-
-