Class RssNotification.CommitWithUrl

    • Constructor Detail

      • CommitWithUrl

        public CommitWithUrl​(@NotNull
                             @NotNull CommitContext commitContext,
                             @Nullable
                             @Nullable String url)
    • Method Detail

      • isForeignCommit

        public boolean isForeignCommit()
        Description copied from interface: CommitContext
        True if commit comes from another branch/is not in the ancestry path. (DVCS only) It is allowed to return false negatives but not false positives. Will return false if feature not supported by repository plugin. In some cases (git) may return false even if commit originated in different branch due to git limitations.
        Specified by:
        isForeignCommit in interface CommitContext
      • getUrl

        @NotNull
        public @NotNull String getUrl()