Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition | |
org.jenkinsci.plugins.pipeline.modeldefinition.model |
Modifier and Type | Method and Description |
---|---|
static Root |
Utils.attachDeclarativeActions(Root root,
org.jenkinsci.plugins.workflow.cps.CpsScript script) |
static Root |
Utils.populateEnv(org.jenkinsci.plugins.workflow.job.WorkflowRun r,
Root root,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef model) |
static Root |
Utils.populateWhen(Root root,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef model) |
Modifier and Type | Method and Description |
---|---|
static Root |
Utils.attachDeclarativeActions(Root root,
org.jenkinsci.plugins.workflow.cps.CpsScript script) |
static Root |
Utils.populateEnv(org.jenkinsci.plugins.workflow.job.WorkflowRun r,
Root root,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef model) |
static Root |
Utils.populateWhen(Root root,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef model) |
Modifier and Type | Method and Description |
---|---|
Root |
Root.agent(Agent a) |
Root |
Root.environment(Environment m) |
Root |
Root.libraries(Libraries l) |
Root |
Root.options(Options p) |
Root |
Root.parameters(Parameters p) |
Root |
Root.post(PostBuild p) |
Root |
Root.stages(Stages s) |
Root |
Root.tools(Tools t) |
Root |
Root.triggers(Triggers t) |
Modifier and Type | Method and Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent |
Agent.getDeclarativeAgent(Root root,
Object context) |
List<String> |
Stage.getEnvVars(Root root,
org.jenkinsci.plugins.workflow.cps.CpsScript script) |
Copyright © 2016–2017. All rights reserved.