Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition | |
org.jenkinsci.plugins.pipeline.modeldefinition.model |
Modifier and Type | Method and Description |
---|---|
static Environment |
Utils.environmentFromAST(org.jenkinsci.plugins.workflow.job.WorkflowRun r,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTEnvironment inEnv) |
Modifier and Type | Method and Description |
---|---|
static List<List<String>> |
Utils.getEnvCredentials(Environment environment,
org.jenkinsci.plugins.workflow.cps.CpsScript script) |
static Map<String,CredentialWrapper> |
Utils.getLegacyEnvCredentials(Environment environment) |
Modifier and Type | Method and Description |
---|---|
Environment |
Stage.getEnvironment() |
Environment |
Root.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
Stage |
Stage.environment(Environment environment) |
Root |
Root.environment(Environment m) |
Map<String,String> |
Environment.resolveEnvVars(org.jenkinsci.plugins.workflow.cps.CpsScript script,
boolean withContext,
Environment parent) |
void |
Stage.setEnvironment(Environment value) |
void |
Root.setEnvironment(Environment value) |
Copyright © 2016–2017. All rights reserved.