Package com.atlassian.bamboo.plan.dto
Class FlatChainStageDtoImpl
java.lang.Object
com.atlassian.bamboo.plan.dto.FlatChainStageDtoImpl
- All Implemented Interfaces:
FlatChainStageDto
-
Constructor Summary
ConstructorsConstructorDescriptionFlatChainStageDtoImpl(Long id, String name, String description, Boolean manual, Boolean finalStage, Boolean markedForDeletion, Long chainId, BambooEntityOid oid, Integer listPosition) -
Method Summary
-
Constructor Details
-
FlatChainStageDtoImpl
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceFlatChainStageDto
-
getName
- Specified by:
getNamein interfaceFlatChainStageDto
-
getDescription
- Specified by:
getDescriptionin interfaceFlatChainStageDto
-
isManual
- Specified by:
isManualin interfaceFlatChainStageDto
-
isFinalStage
- Specified by:
isFinalStagein interfaceFlatChainStageDto
-
isMarkedForDeletion
- Specified by:
isMarkedForDeletionin interfaceFlatChainStageDto
-
getChainId
- Specified by:
getChainIdin interfaceFlatChainStageDto
-
getOid
- Specified by:
getOidin interfaceFlatChainStageDto
-
getListPosition
- Specified by:
getListPositionin interfaceFlatChainStageDto
-
toString
-