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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetImage()getLink()getNotes()booleangetTitle()booleanbooleanvoidsetCustomAvatarUrl(String customAvatarUrl) voidsetCustomFile(String customFile) voidsetCustomUsername(String customUsername) voidsetDescription(String description) voidsetDynamicFieldContainer(String fieldsString) voidsetEnableArtifactsList(boolean enable) voidvoidvoidvoidvoidvoidsetScmWebUrl(String url) voidsetShowChangeset(boolean show) voidsetSuccessful(boolean successful) voidsetThumbnail(String url) voidvoidsetUnstable(boolean unstable) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods 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
-