public class AddEmbeddableBadgeConfigStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
AddEmbeddableBadgeConfigStep.DescriptorImpl |
static class |
AddEmbeddableBadgeConfigStep.Execution |
| Constructor and Description |
|---|
AddEmbeddableBadgeConfigStep(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnimatedOverlayColor() |
String |
getColor() |
String |
getID() |
String |
getLink() |
String |
getStatus() |
String |
getSubject() |
void |
setAnimatedOverlayColor(String animatedOverlayColor) |
void |
setColor(String color) |
void |
setLink(String link) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public AddEmbeddableBadgeConfigStep(@Param(name="id",description="The id for the badge configuration") String id)
public String getID()
public String getSubject()
@DataBoundSetter @OptionalParam(description="The subject used for the badge configuration") public void setSubject(String subject)
public String getStatus()
@DataBoundSetter @OptionalParam(description="The status used for the badge configuration") public void setStatus(String status)
public String getColor()
@DataBoundSetter @OptionalParam(description="The color used for the badge configuration") public void setColor(String color)
public String getAnimatedOverlayColor()
@DataBoundSetter @OptionalParam(description="The animated overlay color used for the badge configuration") public void setAnimatedOverlayColor(String animatedOverlayColor)
public String getLink()
@DataBoundSetter @OptionalParam(description="The link the will be followed when clicking on the svg") public void setLink(String link)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start in class org.jenkinsci.plugins.workflow.steps.StepCopyright © 2016–2019. All rights reserved.