Class StashPullRequestRef


  • public class StashPullRequestRef
    extends Object
    • Constructor Detail

      • 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 Detail

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