Package com.atlassian.bamboo.plan.dto
Class PlanDtoImpl
java.lang.Object
com.atlassian.bamboo.plan.dto.PlanDtoImpl
- All Implemented Interfaces:
PlanDto
-
Constructor Summary
ConstructorDescriptionPlanDtoImpl
(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
-
Constructor Details
-
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 Details
-
getId
-
getDiscriminator
- Specified by:
getDiscriminator
in interfacePlanDto
-
getCreationDate
- Specified by:
getCreationDate
in interfacePlanDto
-
getPlanKey
- Specified by:
getPlanKey
in interfacePlanDto
-
getBuildKey
- Specified by:
getBuildKey
in interfacePlanDto
-
getBuildName
- Specified by:
getBuildName
in interfacePlanDto
-
getDescription
- Specified by:
getDescription
in interfacePlanDto
-
isSuspendedFromBuilding
- Specified by:
isSuspendedFromBuilding
in interfacePlanDto
-
isMarkedForDeletion
- Specified by:
isMarkedForDeletion
in interfacePlanDto
-
getOid
-
getProjectId
- Specified by:
getProjectId
in interfacePlanDto
-
getMasterId
- Specified by:
getMasterId
in interfacePlanDto
-
getStorageTag
- Specified by:
getStorageTag
in interfacePlanDto
-
getLinkedJiraIssue
- Specified by:
getLinkedJiraIssue
in interfacePlanDto
-
isRemoteJiraLinkRequired
- Specified by:
isRemoteJiraLinkRequired
in interfacePlanDto
-
isDivergent
- Specified by:
isDivergent
in interfacePlanDto
-
getStageId
- Specified by:
getStageId
in interfacePlanDto
-
getBuildDefinitionXmlData
- Specified by:
getBuildDefinitionXmlData
in interfacePlanDto
-
getNotificationSetId
- Specified by:
getNotificationSetId
in interfacePlanDto
-
getRequirementSetId
- Specified by:
getRequirementSetId
in interfacePlanDto
-
getVersion
- Specified by:
getVersion
in interfacePlanDto
-
getPlanType
- Specified by:
getPlanType
in interfacePlanDto
-
toString
-