Package jenkins.plugins.slack.pipeline
Class SlackUploadFileStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
jenkins.plugins.slack.pipeline.SlackUploadFileStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class SlackUploadFileStep
extends org.jenkinsci.plugins.workflow.steps.Step
-
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
setChannel
(String channel) void
setCredentialId
(String credentialId) void
setFailOnError
(boolean failOnError) void
setInitialComment
(String initialComment) 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
-
SlackUploadFileStep
-
-
Method Details
-
setCredentialId
-
setChannel
-
setInitialComment
-
getCredentialId
-
getChannel
-
getInitialComment
-
getFilePath
-
isFailOnError
public boolean isFailOnError() -
setFailOnError
@DataBoundSetter public void setFailOnError(boolean failOnError) -
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
-