public class SlackUserIdFromEmailStep
extends org.jenkinsci.plugins.workflow.steps.Step
Modifier and Type | Class and Description |
---|---|
static class |
SlackUserIdFromEmailStep.DescriptorImpl |
static class |
SlackUserIdFromEmailStep.SlackUserIdsFromEmailStepExcecution |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
SlackUserIdFromEmailStep(String email) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBotUser() |
String |
getEmail() |
String |
getTokenCredentialId() |
void |
setBotUser(boolean botUser) |
void |
setTokenCredentialId(String tokenCredentialId) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public SlackUserIdFromEmailStep(String email)
public String getEmail()
public String getTokenCredentialId()
@DataBoundSetter public void setTokenCredentialId(String tokenCredentialId)
public boolean getBotUser()
@DataBoundSetter public void setBotUser(boolean botUser)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start
in class org.jenkinsci.plugins.workflow.steps.Step
Copyright © 2016–2022. All rights reserved.