public class DeployResults extends Object
| Constructor and Description |
|---|
DeployResults() |
DeployResults(io.fabric8.api.Profile profile,
String profileUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfileId() |
String |
getProfileUrl() |
String |
getVersionId() |
void |
setProfileId(String profileId) |
void |
setProfileUrl(String profileUrl) |
void |
setVersionId(String versionId) |
String |
toString() |
public DeployResults()
public DeployResults(io.fabric8.api.Profile profile,
String profileUrl)
public String getProfileId()
public void setProfileId(String profileId)
public String getVersionId()
public void setVersionId(String versionId)
public String getProfileUrl()
public void setProfileUrl(String profileUrl)
Copyright © 2011–2014 Red Hat. All rights reserved.