Class RestPlanIdentifier

java.lang.Object
com.atlassian.bamboo.rest.model.plan.RestPlanIdentifier

@Immutable public class RestPlanIdentifier extends Object
  • Constructor Details

    • RestPlanIdentifier

      public RestPlanIdentifier(@NotNull @NotNull PlanIdentifier planIdentifier)
    • RestPlanIdentifier

      public RestPlanIdentifier(String planKey, String name, boolean suspendedFromBuilding)
  • Method Details

    • 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()