Package org.jenkinsci.plugins.badge.dsl
Class AddEmbeddableBadgeConfigStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.badge.dsl.AddEmbeddableBadgeConfigStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AddEmbeddableBadgeConfigStep
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 TypeMethodDescriptiongetColor()
getID()
getLink()
void
setAnimatedOverlayColor
(String animatedOverlayColor) void
void
void
void
setSubject
(String subject) 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
-
AddEmbeddableBadgeConfigStep
@DataBoundConstructor public AddEmbeddableBadgeConfigStep(@Param(name="id",description="The id for the badge configuration") String id)
-
-
Method Details
-
getID
-
getSubject
-
setSubject
@DataBoundSetter @OptionalParam(description="The subject used for the badge configuration") public void setSubject(String subject) -
getStatus
-
setStatus
@DataBoundSetter @OptionalParam(description="The status used for the badge configuration") public void setStatus(String status) -
getColor
-
setColor
@DataBoundSetter @OptionalParam(description="The color used for the badge configuration") public void setColor(String color) -
getAnimatedOverlayColor
-
setAnimatedOverlayColor
@DataBoundSetter @OptionalParam(description="The animated overlay color used for the badge configuration") public void setAnimatedOverlayColor(String animatedOverlayColor) -
getLink
-
setLink
@DataBoundSetter @OptionalParam(description="The link the will be followed when clicking on the svg") public void setLink(String link) -
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
-