public class DeploymentRequest extends Object
Constructor and Description |
---|
DeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addDependency(Artifact dependencyArtifact,
Artifact... exclusions) |
void |
addDependency(Artifact dependencyArtifact,
List<Artifact> exclusions) |
void |
addProperty(String key,
String value) |
boolean |
equals(Object obj) |
Artifact |
getArtifact() |
Map<Artifact,List<Artifact>> |
getDependencies() |
Path |
getPlanPath() |
Map<String,String> |
getProperties() |
String |
getProperty(String key) |
int |
hashCode() |
void |
removeDependency(Artifact dependencyArtifact) |
void |
removeProperty(String key) |
void |
setArtifact(Artifact artifact) |
void |
setPlanPath(Path planPath) |
public Artifact getArtifact()
public void setArtifact(Artifact artifact)
public void removeDependency(Artifact dependencyArtifact)
public void removeProperty(String key)
public Path getPlanPath()
public void setPlanPath(Path planPath)
Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.