Class GitHubParametersAction
java.lang.Object
hudson.model.InvisibleAction
com.github.kostyasha.github.integration.multibranch.GitHubParametersAction
- All Implemented Interfaces:
Action
,ModelObject
,FoldableAction
Simpler replacement for
ParametersAction
that does not stand in the way of 'folding' queue items- Author:
- atanasenko
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
foldIntoExisting
(Queue.Item item, Queue.Task owner, List<Action> actions) Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
GitHubParametersAction
-
-
Method Details
-
foldIntoExisting
- Specified by:
foldIntoExisting
in interfaceFoldableAction
-