Package com.atlassian.bamboo.plan.dto
Interface FlatChainStageDto
-
- All Known Implementing Classes:
FlatChainStageDtoImpl
@Internal public interface FlatChainStageDto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getChainId()
String
getDescription()
Long
getId()
Integer
getListPosition()
String
getName()
BambooEntityOid
getOid()
Boolean
isFinalStage()
Boolean
isManual()
Boolean
isMarkedForDeletion()
-
-
-
Method Detail
-
getId
Long getId()
-
getName
String getName()
-
getDescription
String getDescription()
-
isManual
Boolean isManual()
-
isFinalStage
Boolean isFinalStage()
-
isMarkedForDeletion
Boolean isMarkedForDeletion()
-
getChainId
Long getChainId()
-
getOid
BambooEntityOid getOid()
-
getListPosition
Integer getListPosition()
-
-