public class AddBadgeStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AddBadgeStep.Badge |
static class |
AddBadgeStep.DescriptorImpl |
static class |
AddBadgeStep.Execution |
| Constructor and Description |
|---|
AddBadgeStep(String icon,
String text) |
| Modifier and Type | Method and Description |
|---|---|
protected AddBadgeStep.Badge |
getBadge() |
String |
getIcon() |
String |
getLink() |
String |
getText() |
void |
setLink(String link) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public String getIcon()
public String getText()
public String getLink()
@DataBoundSetter public void setLink(String link)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionprotected AddBadgeStep.Badge getBadge()
Copyright © 2016–2018. All rights reserved.