Interface CommitContext

    • Method Detail

      • getComment

        @NotNull
        @NotNull String getComment()
        Returns:
        the commit comment
      • getDate

        @NotNull
        @NotNull Date getDate()
        Returns:
        Date of commit.
      • getChangeSetId

        @Nullable
        @Nullable String getChangeSetId()
        Return VCS identifier for this changeset.
        Returns:
      • guessChangeSetId

        @Nullable
        @Nullable String guessChangeSetId()
      • isForeignCommit

        boolean isForeignCommit()
        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.
        Since:
        5.5 shipit 26