JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.dtolabs.rundeck.core.cli
Interface Action
All Known Implementing Classes:
BaseAction
,
CreateAction
,
RemoveAction
public interface
Action
The Action interface encapsulates a single action invoked via the command line.
Method Summary
Methods
Modifier and Type
Method and Description
void
exec
()
Execute the action.
Method Detail
exec
void exec() throws java.lang.Throwable
Execute the action.
Throws:
java.lang.Throwable
- any throwable
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method