Interface CommitMessageProducer

    • Method Detail

      • getCommitMessage

        @NotNull
        String getCommitMessage​(@NotNull
                                ConfigAction configAction)
        Returns config action commit message with human-readable affected entity, e.g. "'My Project' project" or "pipeline 'My Pipeline'".
        Returns:
        see above
        Since:
        2023.03
      • isApplicable

        boolean isApplicable​(@NotNull
                             ConfigAction configAction)
        Returns whether this CommitMessageProduces can generate a commit message for given cause (config action).
        Returns:
        see above
        Since:
        2023.03