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 ClassesModifier and TypeClassDescriptionstatic final class
-
Field Summary
Fields inherited from class hudson.model.ParametersAction
KEEP_UNDEFINED_PARAMETERS_SYSTEM_PROPERTY_NAME, SAFE_PARAMETERS_SYSTEM_PROPERTY_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionGitHubEnvironmentVariablesAction
(ParameterValue... parameters) GitHubEnvironmentVariablesAction
(List<ParameterValue> parameters) -
Method Summary
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 Details
-
GitHubEnvironmentVariablesAction
-
GitHubEnvironmentVariablesAction
-
-
Method Details
-
getParameters
- Overrides:
getParameters
in classParametersAction
-
getParameter
- Overrides:
getParameter
in classParametersAction
-