Package | Description |
---|---|
org.jenkinsci.plugins.workflow.cps |
Modifier and Type | Class and Description |
---|---|
static class |
EnvActionImpl.Binder |
class |
ParamsVariable
Allows access to
ParametersAction . |
class |
RunWrapperBinder |
Modifier and Type | Field and Description |
---|---|
static Iterable<GlobalVariable> |
GlobalVariable.ALL
Deprecated.
use
forRun(hudson.model.Run<?, ?>) instead |
Modifier and Type | Method and Description |
---|---|
static GlobalVariable |
GlobalVariable.byName(String name,
Run<?,?> run)
Finds a particular variable by name.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<GlobalVariable> |
GlobalVariable.forJob(Job<?,?> job)
Returns all the registered
GlobalVariable s for some context. |
Collection<GlobalVariable> |
GlobalVariableSet.forJob(Job<?,?> job)
Enumerate all global variables from this provider which should be associated with a given job.
|
static Iterable<GlobalVariable> |
GlobalVariable.forRun(Run<?,?> run)
Returns all the registered
GlobalVariable s for some context. |
Collection<GlobalVariable> |
GlobalVariableSet.forRun(Run<?,?> run)
Enumerate all global variables from this provider which should be associated with a given build.
|
Collection<GlobalVariable> |
GlobalVariableSet.GlobalVariableProvider.forRun(Run<?,?> run) |
Iterable<GlobalVariable> |
Snippetizer.getGlobalVariables() |
Iterator<GlobalVariable> |
GlobalVariableSet.iterator()
Deprecated.
implement
GlobalVariableSet.forRun(hudson.model.Run<?, ?>) instead |
Copyright © 2016–2020. All rights reserved.