Class StashPullRequestMergeability

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestMergeability

public class StashPullRequestMergeability extends Object
  • Field Details

  • Constructor Details

    • StashPullRequestMergeability

      public StashPullRequestMergeability(@Nullable @Nullable String outcome, boolean canMerge, boolean conflicted)
  • Method Details

    • getOutcome

      @Nullable public @Nullable String getOutcome()
    • isCanMerge

      public boolean isCanMerge()
    • isConflicted

      public boolean isConflicted()