Class RestPlanIdentifier
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.plan.RestPlanIdentifier
-
@Immutable public class RestPlanIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description RestPlanIdentifier(@NotNull PlanIdentifier planIdentifier)
RestPlanIdentifier(String planKey, String name, boolean suspendedFromBuilding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildKey()
String
getBuildName()
String
getDescription()
long
getId()
long
getMasterId()
String
getName()
String
getPlanKey()
String
getPlanType()
RestProjectIdentifier
getProject()
boolean
isSuspendedFromBuilding()
-
-
-
Constructor Detail
-
RestPlanIdentifier
public RestPlanIdentifier(@NotNull @NotNull PlanIdentifier planIdentifier)
-
-
Method Detail
-
getId
public long getId()
-
getProject
public RestProjectIdentifier getProject()
-
getPlanType
public String getPlanType()
-
getPlanKey
public String getPlanKey()
-
getBuildKey
public String getBuildKey()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getBuildName
public String getBuildName()
-
isSuspendedFromBuilding
public boolean isSuspendedFromBuilding()
-
getMasterId
public long getMasterId()
-
-