Class GitHubPullRequestLabelCause

    • Constructor Detail

      • GitHubPullRequestLabelCause

        public GitHubPullRequestLabelCause​(String labelUrl,
                                           String labellingAuthor,
                                           String label)
        Constructor.
        Parameters:
        labelUrl - the URL for the GitHub Label
        labellingAuthor - the author of the GitHub Label
        label - the body for the GitHub Label
    • Method Detail

      • getLabelUrl

        @Exported(visibility=3)
        public String getLabelUrl()
        Retrieves the URL for the GitHub Label for this cause.
        Returns:
        the URL for the GitHub Label
      • getLabellingAuthor

        @Exported(visibility=3)
        public String getLabellingAuthor()
        Retrieves the author of the GitHub Label for this cause.
        Returns:
        the author of the GitHub Label
      • getLabel

        @Exported(visibility=3)
        public String getLabel()
        Retrieves the body for the GitHub Label for this cause.
        Returns:
        the body for the GitHub Label