Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.model |
Modifier and Type | Method and Description |
---|---|
Stage |
Stage.agent(Agent a) |
Stage |
Stage.environment(Environment environment) |
Stage |
Stage.name(String n) |
Stage |
Stage.post(PostStage post) |
Stage |
Stage.steps(StepsBlock s) |
Stage |
Stage.tools(Tools tools) |
Stage |
Stage.when(StageConditionals when) |
Modifier and Type | Method and Description |
---|---|
List<Stage> |
Stages.getStages() |
Modifier and Type | Method and Description |
---|---|
void |
Stages.setStages(List<Stage> value) |
Stages |
Stages.stages(List<Stage> s) |
Copyright © 2016–2017. All rights reserved.