@ToString @EqualsAndHashCode public class Options extends Object implements Serializable, groovy.lang.GroovyObject
Modifier and Type | Field and Description |
---|---|
static List<String> |
BLOCKED_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getAllowedOptionTypes() |
static Map<String,String> |
getEligibleWrapperStepClasses() |
static List<String> |
getEligibleWrapperSteps() |
groovy.lang.MetaClass |
getMetaClass() |
Map<String,org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption> |
getOptions() |
List<hudson.model.JobProperty> |
getProperties() |
Object |
getProperty(String property) |
Map<String,Object> |
getWrappers() |
Object |
invokeMethod(String method,
Object arguments) |
protected Object |
readResolve() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setOptions(Map<String,org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption> value) |
void |
setProperties(List<hudson.model.JobProperty> value) |
void |
setProperty(String property,
Object value) |
void |
setWrappers(Map<String,Object> value) |
static String |
typeForKey(String key) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public List<hudson.model.JobProperty> getProperties()
public void setProperties(List<hudson.model.JobProperty> value)
public Map<String,org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption> getOptions()
public void setOptions(Map<String,org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption> value)
protected Object readResolve() throws IOException
IOException
Copyright © 2016–2017. All rights reserved.