Interface PlanDto

  • All Known Implementing Classes:
    PlanDtoImpl

    @Internal
    public interface PlanDto
    • Method Detail

      • getId

        Long getId()
      • getDiscriminator

        String getDiscriminator()
      • getCreationDate

        Date getCreationDate()
      • getBuildKey

        String getBuildKey()
      • getBuildName

        String getBuildName()
      • getDescription

        String getDescription()
      • isSuspendedFromBuilding

        Boolean isSuspendedFromBuilding()
      • isMarkedForDeletion

        Boolean isMarkedForDeletion()
      • getProjectId

        Long getProjectId()
      • getMasterId

        Long getMasterId()
      • getLinkedJiraIssue

        String getLinkedJiraIssue()
      • isRemoteJiraLinkRequired

        Boolean isRemoteJiraLinkRequired()
      • isDivergent

        Boolean isDivergent()
      • getStageId

        Long getStageId()
      • getBuildDefinitionXmlData

        String getBuildDefinitionXmlData()
      • getNotificationSetId

        Long getNotificationSetId()
      • getRequirementSetId

        Long getRequirementSetId()
      • getVersion

        Long getVersion()