@ToString @EqualsAndHashCode public class Parameters extends Object implements Serializable, MethodsToList<hudson.model.ParameterDefinition>, groovy.lang.GroovyObject
Constructor and Description |
---|
Parameters(List<hudson.model.ParameterDefinition> params) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getAllowedParameterTypes() |
groovy.lang.MetaClass |
getMetaClass() |
List<hudson.model.ParameterDefinition> |
getParameters() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setParameters(List<hudson.model.ParameterDefinition> value) |
void |
setProperty(String property,
Object value) |
static String |
typeForKey(String key) |
public Parameters(List<hudson.model.ParameterDefinition> params)
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.ParameterDefinition> getParameters()
public void setParameters(List<hudson.model.ParameterDefinition> value)
Copyright © 2016–2017. All rights reserved.