Package org.jenkinsci.plugins.badge.dsl
Class AddEmbeddableBadgeConfigStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<EmbeddableBadgeConfig>
-
- org.jenkinsci.plugins.badge.dsl.AddEmbeddableBadgeConfigStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AddEmbeddableBadgeConfigStep
public static class AddEmbeddableBadgeConfigStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<EmbeddableBadgeConfig>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EmbeddableBadgeConfig
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stop
-
-
-
-
Method Detail
-
run
protected EmbeddableBadgeConfig run() throws Exception
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<EmbeddableBadgeConfig>
- Throws:
Exception
-
-