Class StashPullRequestRef

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

public class StashPullRequestRef extends Object
  • Field Details

  • Constructor Details

    • StashPullRequestRef

      public StashPullRequestRef(@NotNull @NotNull String repositorySlug, @NotNull @NotNull String repositoryName, @NotNull @NotNull String projectKey, @NotNull @NotNull String projectName, @NotNull @NotNull String id, @Nullable @Nullable String displayId)
  • Method Details

    • getRepositorySlug

      @NotNull public @NotNull String getRepositorySlug()
    • getRepositoryName

      @NotNull public @NotNull String getRepositoryName()
    • getProjectKey

      @NotNull public @NotNull String getProjectKey()
    • getProjectName

      @NotNull public @NotNull String getProjectName()
    • getId

      @NotNull public @NotNull String getId()
    • getDisplayId

      @Nullable public @Nullable String getDisplayId()