Uses of Enum Class
jenkins.plugins.slack.CommitInfoChoice
Packages that use CommitInfoChoice
-
Uses of CommitInfoChoice in jenkins.plugins.slack
Methods in jenkins.plugins.slack that return CommitInfoChoiceModifier and TypeMethodDescriptionstatic CommitInfoChoice
CommitInfoChoice.forDisplayName
(String displayName) SlackNotifier.getCommitInfoChoice()
static CommitInfoChoice
Returns the enum constant of this class with the specified name.static CommitInfoChoice[]
CommitInfoChoice.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jenkins.plugins.slack with parameters of type CommitInfoChoiceModifier and TypeMethodDescriptionvoid
SlackNotifier.setCommitInfoChoice
(CommitInfoChoice commitInfoChoice) SlackNotifierBuilder.withCommitInfoChoice
(CommitInfoChoice commitInfoChoice) Constructors in jenkins.plugins.slack with parameters of type CommitInfoChoiceModifierConstructorDescriptionSlackNotifier
(String baseUrl, String teamDomain, String authToken, boolean botUser, String room, String tokenCredentialId, String sendAs, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyRegression, boolean notifyBackToNormal, boolean notifyRepeatedFailure, boolean includeTestSummary, boolean includeFailedTests, CommitInfoChoice commitInfoChoice, boolean includeCustomMessage, String customMessage) Deprecated.SlackNotifier
(String baseUrl, String teamDomain, String authToken, boolean botUser, String room, String tokenCredentialId, String sendAs, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyRegression, boolean notifyBackToNormal, boolean notifyRepeatedFailure, boolean includeTestSummary, boolean includeFailedTests, CommitInfoChoice commitInfoChoice, boolean includeCustomMessage, String customMessage, String customMessageSuccess, String customMessageAborted, String customMessageNotBuilt, String customMessageUnstable, String customMessageFailure) Deprecated.SlackNotifier
(String baseUrl, String teamDomain, String authToken, boolean botUser, String room, String tokenCredentialId, String sendAs, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyRegression, boolean notifyBackToNormal, boolean notifyRepeatedFailure, boolean includeTestSummary, boolean includeFailedTests, MatrixTriggerMode matrixTriggerMode, CommitInfoChoice commitInfoChoice, boolean includeCustomMessage, String customMessage, String customMessageSuccess, String customMessageAborted, String customMessageNotBuilt, String customMessageUnstable, String customMessageFailure) Deprecated.SlackNotifier
(CommitInfoChoice commitInfoChoice)