public class ProcessDeployment extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessDeployment.Artifactory |
static class |
ProcessDeployment.Packaging |
static class |
ProcessDeployment.Prerequisites |
| Constructor and Description |
|---|
ProcessDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactId() |
ProcessDeployment |
artifactId(String artifactId) |
List<ProcessDeployment.Artifactory> |
artifactoryList() |
ProcessDeployment |
artifactoryList(List<ProcessDeployment.Artifactory> artifactoryList) |
Boolean |
datalake() |
ProcessDeployment |
datalake(Boolean datalake) |
String |
destinationServer() |
ProcessDeployment |
destinationServer(String destinationServer) |
String |
groupId() |
ProcessDeployment |
groupId(String groupId) |
int |
jmxPort() |
ProcessDeployment |
jmxPort(int jmxPort) |
String |
jvmOptions() |
ProcessDeployment |
jvmOptions(String jvmOptions) |
ProcessDeployment.Packaging |
packaging() |
ProcessDeployment |
packaging(ProcessDeployment.Packaging packaging) |
ProcessDeployment.Prerequisites |
prerequisites() |
ProcessDeployment |
prerequisites(ProcessDeployment.Prerequisites prerequisites) |
String |
project() |
ProcessDeployment |
project(String project) |
String |
version() |
ProcessDeployment |
version(String version) |
public String project()
public String groupId()
public String artifactId()
public String version()
public int jmxPort()
public Boolean datalake()
public String jvmOptions()
public String destinationServer()
public ProcessDeployment.Prerequisites prerequisites()
public ProcessDeployment.Packaging packaging()
public List<ProcessDeployment.Artifactory> artifactoryList()
public ProcessDeployment project(String project)
public ProcessDeployment groupId(String groupId)
public ProcessDeployment artifactId(String artifactId)
public ProcessDeployment version(String version)
public ProcessDeployment jmxPort(int jmxPort)
public ProcessDeployment datalake(Boolean datalake)
public ProcessDeployment jvmOptions(String jvmOptions)
public ProcessDeployment destinationServer(String destinationServer)
public ProcessDeployment prerequisites(ProcessDeployment.Prerequisites prerequisites)
public ProcessDeployment packaging(ProcessDeployment.Packaging packaging)
public ProcessDeployment artifactoryList(List<ProcessDeployment.Artifactory> artifactoryList)
Copyright © 2019. All rights reserved.