Class OctoConstants.Commands
- java.lang.Object
-
- hudson.plugins.octopusdeploy.constants.OctoConstants.Commands
-
- Enclosing class:
- OctoConstants
public static final class OctoConstants.Commands extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OctoConstants.Commands.Arguments
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CREATE_RELEASE
static java.lang.String
DEPLOY_RELEASE
-
Constructor Summary
Constructors Constructor Description Commands()
-
-
-
Field Detail
-
CREATE_RELEASE
public static final java.lang.String CREATE_RELEASE
- See Also:
- Constant Field Values
-
DEPLOY_RELEASE
public static final java.lang.String DEPLOY_RELEASE
- See Also:
- Constant Field Values
-
-