Class GitHubCause<T extends GitHubCause<T>>

    • Constructor Detail

      • GitHubCause

        public GitHubCause()
    • Method Detail

      • isSkip

        public boolean isSkip()
        When set and event got positive condition says to skip job triggering.
      • withSkip

        public GitHubCause<T> withSkip​(boolean skip)
      • getHtmlUrl

        @CheckForNull
        public URL getHtmlUrl()
        For printing branch url on left builds panel (build description).
      • getGitUrl

        public String getGitUrl()
      • getSshUrl

        public String getSshUrl()
      • getPollingLog

        public String getPollingLog()
      • setPollingLog

        public void setPollingLog​(String pollingLog)
      • getReason

        public String getReason()
      • getRemoteData

        public Object getRemoteData()
      • getTitle

        @NonNull
        public String getTitle()
        Returns:
        the title of the cause, never null.
      • getAbbreviatedTitle

        public String getAbbreviatedTitle()
        Returns:
        at most the first 30 characters of the title, or
      • skipTrigger

        public static <T extends GitHubCause<T>> T skipTrigger​(List<? extends T> causes)