Class SlackService

    • Constructor Detail

      • SlackService

        public SlackService()
    • Method Detail

      • withConfidentialIssuesEvents

        public SlackService withConfidentialIssuesEvents​(Boolean confidentialIssuesEvents)
      • withMergeRequestsEvents

        public SlackService withMergeRequestsEvents​(Boolean mergeRequestsEvents)
      • withConfidentialNoteEvents

        public SlackService withConfidentialNoteEvents​(Boolean confidentialNoteEvents)
      • getWebhook

        public String getWebhook()
      • setWebhook

        public void setWebhook​(String webhook)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getDefaultChannel

        public String getDefaultChannel()
      • setDefaultChannel

        public void setDefaultChannel​(String defaultChannel)
      • withDefaultChannelk

        public SlackService withDefaultChannelk​(String defaultChannel)
      • getNotifyOnlyBrokenPipelines

        public Boolean getNotifyOnlyBrokenPipelines()
      • setNotifyOnlyBrokenPipelines

        public void setNotifyOnlyBrokenPipelines​(Boolean notifyOnlyBrokenPipelines)
      • withNotifyOnlyBrokenPipelines

        public SlackService withNotifyOnlyBrokenPipelines​(Boolean notifyOnlyBrokenPipelines)
      • getNotifyOnlyDefaultBranch

        public Boolean getNotifyOnlyDefaultBranch()
      • setNotifyOnlyDefaultBranch

        public void setNotifyOnlyDefaultBranch​(Boolean notifyOnlyDefaultBranch)
      • withNotifyOnlyDefaultBranch

        public SlackService withNotifyOnlyDefaultBranch​(Boolean notifyOnlyDefaultBranch)
      • getPushChannel

        public String getPushChannel()
      • setPushChannel

        public void setPushChannel​(String pushChannel)
      • getIssueChannel

        public String getIssueChannel()
      • setIssueChannel

        public void setIssueChannel​(String issueChannel)
      • getConfidentialIssueChannel

        public String getConfidentialIssueChannel()
      • setConfidentialIssueChannel

        public void setConfidentialIssueChannel​(String confidentialIssueChannel)
      • withConfidentialIssueChannel

        public SlackService withConfidentialIssueChannel​(String confidentialIssueChannel)
      • getMergeRequestChannel

        public String getMergeRequestChannel()
      • setMergeRequestChannel

        public void setMergeRequestChannel​(String mergeRequestChannel)
      • withMergeRequestChannel

        public SlackService withMergeRequestChannel​(String mergeRequestChannel)
      • getNoteChannel

        public String getNoteChannel()
      • setNoteChannel

        public void setNoteChannel​(String noteChannel)
      • getConfidentialNoteChannel

        public String getConfidentialNoteChannel()
      • setConfidentialNoteChannel

        public void setConfidentialNoteChannel​(String noteChannel)
      • withConfidentialNoteChannel

        public SlackService withConfidentialNoteChannel​(String confidentialNoteChannel)
      • getTagPushChannel

        public String getTagPushChannel()
      • setTagPushChannel

        public void setTagPushChannel​(String tagPushChannel)
      • getPipelineChannel

        public String getPipelineChannel()
      • setPipelineChannel

        public void setPipelineChannel​(String pipelineChannel)
      • withPipelineChannel

        public SlackService withPipelineChannel​(String pipelineChannel)
      • getWikiPageChannel

        public String getWikiPageChannel()
      • setWikiPageChannel

        public void setWikiPageChannel​(String wikiPageChannel)
      • withWikiPageChannel

        public SlackService withWikiPageChannel​(String wikiPageChannel)