Class AbstractInvisibleRunAction2
java.lang.Object
hudson.model.InvisibleAction
org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
- All Implemented Interfaces:
Action,ModelObject,RunAction2
- Direct Known Subclasses:
NamespaceAction,PodTemplateAction
@Deprecated
public abstract class AbstractInvisibleRunAction2
extends InvisibleAction
implements RunAction2
Deprecated.
- Since:
- 1.1.1
- Author:
- Carlos Sanchez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRun<?,?> getRun()Deprecated.voidonAttached(Run<?, ?> r) Deprecated.voidDeprecated.protected static voidpush(Run<?, ?> run, Class<? extends AbstractInvisibleRunAction2> clazz, String item) Deprecated.protected voidDeprecated.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
-
Field Details
-
stack
Deprecated. -
run
Deprecated.
-
-
Constructor Details
-
AbstractInvisibleRunAction2
public AbstractInvisibleRunAction2()Deprecated.
-
-
Method Details
-
getRun
Deprecated. -
setRun
Deprecated. -
push
protected static void push(@NonNull Run<?, ?> run, @NonNull Class<? extends AbstractInvisibleRunAction2> clazz, @NonNull String item) throws IOExceptionDeprecated.- Throws:
IOException
-
onAttached
Deprecated.- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
Deprecated.- Specified by:
onLoadin interfaceRunAction2
-