Uses of Class
jenkins.plugins.slack.SlackNotifierBuilder
Packages that use SlackNotifierBuilder
-
Uses of SlackNotifierBuilder in jenkins.plugins.slack
Methods in jenkins.plugins.slack that return SlackNotifierBuilderModifier and TypeMethodDescriptionstatic SlackNotifierBuilder
SlackNotifier.builder()
SlackNotifierBuilder.withAtrifactIncludes
(String artifactIncludes) SlackNotifierBuilder.withAuthToken
(String authToken) SlackNotifierBuilder.withBaseUrl
(String baseUrl) SlackNotifierBuilder.withBotUser
(boolean botUser) SlackNotifierBuilder.withCommitInfoChoice
(CommitInfoChoice commitInfoChoice) SlackNotifierBuilder.withCustomMessage
(String customMessage) SlackNotifierBuilder.withCustomMessageAborted
(String customMessageAborted) SlackNotifierBuilder.withCustomMessageFailure
(String customMessageFailure) SlackNotifierBuilder.withCustomMessageNotBuilt
(String customMessageNotBuilt) SlackNotifierBuilder.withCustomMessageSuccess
(String customMessageSuccess) SlackNotifierBuilder.withCustomMessageUnstable
(String customMessageUnstable) SlackNotifierBuilder.withIconEmoji
(String iconEmoji) SlackNotifierBuilder.withIncludeCustomMessage
(boolean includeCustomMessage) SlackNotifierBuilder.withIncludeFailedTests
(boolean includeFailedTests) SlackNotifierBuilder.withIncludeTestSummary
(boolean includeTestSummary) SlackNotifierBuilder.withMatrixTriggerMode
(MatrixTriggerMode matrixTriggerMode) SlackNotifierBuilder.withNotifyAborted
(boolean notifyAborted) SlackNotifierBuilder.withNotifyBackToNormal
(boolean notifyBackToNormal) SlackNotifierBuilder.withNotifyEveryFailure
(boolean notifyEveryFailure) SlackNotifierBuilder.withNotifyFailure
(boolean notifyFailure) SlackNotifierBuilder.withNotifyNotBuilt
(boolean notifyNotBuilt) SlackNotifierBuilder.withNotifyRegression
(boolean notifyRegression) SlackNotifierBuilder.withNotifyRepeatedFailure
(boolean notifyRepeatedFailure) SlackNotifierBuilder.withNotifySuccess
(boolean notifySuccess) SlackNotifierBuilder.withNotifyUnstable
(boolean notifyUnstable) SlackNotifierBuilder.withSendAs
(String sendAs) SlackNotifierBuilder.withSlackUserIdResolver
(SlackUserIdResolver slackUserIdResolver) SlackNotifierBuilder.withStartNotification
(boolean startNotification) SlackNotifierBuilder.withTeamDomain
(String teamDomain) SlackNotifierBuilder.withTokenCredentialId
(String tokenCredentialId) SlackNotifierBuilder.withUploadFiles
(boolean uploadFiles) SlackNotifierBuilder.withUsername
(String username)