Class GitHubEnvironmentVariablesAction
- java.lang.Object
-
- hudson.model.ParametersAction
-
- org.jenkinsci.plugins.pipeline.github.trigger.GitHubEnvironmentVariablesAction
-
- All Implemented Interfaces:
Action
,EnvironmentContributingAction
,LabelAssignmentAction
,ModelObject
,Queue.QueueAction
,Iterable<ParameterValue>
,RunAction2
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class GitHubEnvironmentVariablesAction extends ParametersAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GitHubEnvironmentVariablesAction.GitHubAdditionalParameterEnvironmentContributor
-
Field Summary
-
Fields inherited from class hudson.model.ParametersAction
KEEP_UNDEFINED_PARAMETERS_SYSTEM_PROPERTY_NAME, SAFE_PARAMETERS_SYSTEM_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description GitHubEnvironmentVariablesAction(ParameterValue... parameters)
GitHubEnvironmentVariablesAction(List<ParameterValue> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterValue
getParameter(String name)
List<ParameterValue>
getParameters()
-
Methods inherited from class hudson.model.ParametersAction
buildEnvironment, createBuildWrappers, createUpdated, createVariableResolver, getAllParameters, getAssignedLabel, getDisplayName, getIconFileName, getUrlName, iterator, merge, onAttached, onLoad, shouldSchedule, substitute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvVars
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
GitHubEnvironmentVariablesAction
public GitHubEnvironmentVariablesAction(List<ParameterValue> parameters)
-
GitHubEnvironmentVariablesAction
public GitHubEnvironmentVariablesAction(ParameterValue... parameters)
-
-
Method Detail
-
getParameters
public List<ParameterValue> getParameters()
- Overrides:
getParameters
in classParametersAction
-
getParameter
public ParameterValue getParameter(String name)
- Overrides:
getParameter
in classParametersAction
-
-