public class DeploymentRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
ApplicationRequest |
application |
List<String> |
labels |
String |
name |
Target |
target |
| Constructor and Description |
|---|
DeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setApplication(ApplicationRequest application) |
void |
setLabels(List<String> labels) |
void |
setName(String name) |
void |
setTarget(Target target) |
public String name
public ApplicationRequest application
public Target target
public void setName(String name)
public void setApplication(ApplicationRequest application)
public void setTarget(Target target)
Copyright © 2018 MuleSoft Inc. All rights reserved.