Package nz.co.jammehcow.jenkinsdiscord
Class DiscordPipelineStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
nz.co.jammehcow.jenkinsdiscord.DiscordPipelineStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class DiscordPipelineStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
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
getImage()
getLink()
getNotes()
boolean
getTitle()
boolean
boolean
void
setCustomAvatarUrl
(String customAvatarUrl) void
setCustomFile
(String customFile) void
setCustomUsername
(String customUsername) void
setDescription
(String description) void
setDynamicFieldContainer
(String fieldsString) void
setEnableArtifactsList
(boolean enable) void
void
void
void
void
void
setScmWebUrl
(String url) void
setShowChangeset
(boolean show) void
setSuccessful
(boolean successful) void
setThumbnail
(String url) void
void
setUnstable
(boolean unstable) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
DiscordPipelineStep
-
-
Method Details
-
getWebhookURL
-
getTitle
-
setTitle
-
getLink
-
setLink
-
getDescription
-
setDescription
-
isSuccessful
public boolean isSuccessful() -
setSuccessful
@DataBoundSetter public void setSuccessful(boolean successful) -
isUnstable
public boolean isUnstable() -
setUnstable
@DataBoundSetter public void setUnstable(boolean unstable) -
setImage
-
getImage
-
setThumbnail
-
getThumbnail
-
setResult
-
getResult
-
setNotes
-
getNotes
-
setCustomAvatarUrl
-
getCustomAvatarUrl
-
setCustomUsername
-
getCustomUsername
-
setCustomFile
-
getCustomFile
-
setEnableArtifactsList
@DataBoundSetter public void setEnableArtifactsList(boolean enable) -
getEnableArtifactsList
public boolean getEnableArtifactsList() -
setShowChangeset
@DataBoundSetter public void setShowChangeset(boolean show) -
getShowChangeset
public boolean getShowChangeset() -
setScmWebUrl
-
getScmWebUrl
-
setDynamicFieldContainer
-
getDynamicFieldContainer
-