@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class SafeParametersAction
extends hudson.model.ParametersAction
Modifier and Type | Class and Description |
---|---|
static class |
SafeParametersAction.SafeParametersActionEnvironmentContributor |
Modifier and Type | Method and Description |
---|---|
hudson.model.ParameterValue |
getParameter(String name)
Returns the parameter if defined as a regular parameters or it is a release-specific parameter defined
by the release wrapper.
|
List<hudson.model.ParameterValue> |
getParameters()
Returns all parameters allowed by the job (defined as regular job parameters) and
the parameters allowed by release-specific parameters definition.
|
public List<hudson.model.ParameterValue> getParameters()
getParameters
in class hudson.model.ParametersAction
public hudson.model.ParameterValue getParameter(String name)
getParameter
in class hudson.model.ParametersAction
Copyright © 2016. All rights reserved.