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 TypeMethodDescriptionvoidfoldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> actions) Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
GitHubParametersAction
-
-
Method Details
-
foldIntoExisting
- Specified by:
foldIntoExistingin interfaceFoldableAction
-