public class MavenDeployed extends Deployed
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Map<String,String> |
placeholders |
protected String |
type |
protected Map<String,Object> |
values |
Constructor and Description |
---|
MavenDeployed() |
Modifier and Type | Method and Description |
---|---|
void |
addPlaceholder(String key,
String value) |
void |
addValues(String name,
Object value) |
String |
getContainer() |
String |
getDeployable(String version) |
String |
getId() |
Map<String,String> |
getPlaceholders() |
String |
getType() |
Map<String,Object> |
getValues() |
String |
toString() |
Copyright © 2016. All rights reserved.