Package jenkins.plugins.slack.pipeline
Class SlackUserIdsFromCommittersStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
jenkins.plugins.slack.pipeline.SlackUserIdsFromCommittersStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class SlackUserIdsFromCommittersStep
extends org.jenkinsci.plugins.workflow.steps.Step
Pipeline step to resolve a Slack UserIds from the set of commit authors
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setBotUser
(boolean botUser) void
setTokenCredentialId
(String tokenCredentialId) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
SlackUserIdsFromCommittersStep
@DataBoundConstructor public SlackUserIdsFromCommittersStep()
-
-
Method Details
-
getTokenCredentialId
-
setTokenCredentialId
-
getBotUser
public boolean getBotUser() -
setBotUser
@DataBoundSetter public void setBotUser(boolean botUser) -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-