Interface ChainBranch

    • Method Detail

      • setMaster

        void setMaster​(Plan master)
        Description copied from interface: Plan
        Set which plan is the master of this plan. The master is the plan which this one is derived from. Configuration is pulled from the master if one exists.
        Specified by:
        setMaster in interface Plan
      • setCommitInformation

        void setCommitInformation​(@Nullable
                                  @Nullable BranchCommitInformation commitInformation)
      • setMetadata

        void setMetadata​(@NotNull
                         @NotNull PlanBranchMetadata planBranchMetadata)
      • setLinkedJiraIssue

        void setLinkedJiraIssue​(@Nullable
                                @Nullable String jiraIssueKey)
      • setRemoteJiraLinkRequired

        void setRemoteJiraLinkRequired​(boolean remoteJiraIssueLinkRequired)
      • setDivergent

        void setDivergent​(boolean divergent)