public abstract class OpsParams extends Object implements CommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
OpsParams.Command
There can be cases where the container code wants to find out
the command associated with the operation when the Origin information
is not sufficient
|
static class |
OpsParams.Origin
There can be so far 6 types of events that can trigger deployment
activities.
|
Modifier and Type | Field and Description |
---|---|
Boolean |
_classicstyle |
OpsParams.Command |
command
The command associated with this operation, by default it's deploy
|
OpsParams.Origin |
origin
Type of deployment operation, by default it's deployment
|
Constructor and Description |
---|
OpsParams() |
Modifier and Type | Method and Description |
---|---|
OpsParams.Command |
getCommand()
The command associated with this operation, by default it's deploy
|
OpsParams.Origin |
getOrigin()
Type of deployment operation, by default it's deployment
|
abstract String |
libraries()
Libraries that are to used with the application.
|
abstract String |
name() |
public OpsParams.Origin origin
public OpsParams.Command command
public Boolean _classicstyle
public OpsParams.Origin getOrigin()
public OpsParams.Command getCommand()
public abstract String name()
public abstract String libraries()
These libraries if local should be under lib/applibs
Copyright © 2019. All rights reserved.