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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRun<?,
?> getRun()
Deprecated.void
onAttached
(Run<?, ?> r) Deprecated.void
Deprecated.protected static void
push
(Run<?, ?> run, Class<? extends AbstractInvisibleRunAction2> clazz, String item) Deprecated.protected void
Deprecated.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
-
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:
onAttached
in interfaceRunAction2
-
onLoad
Deprecated.- Specified by:
onLoad
in interfaceRunAction2
-