public class ServiceDeployment extends Object
| Constructor and Description |
|---|
ServiceDeployment(String name,
List<BuildStamp> buildStamps)
Creates a new Service Deployment, based on the given name and list of build stamps.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BuildStamp> |
getBuildStamps()
A list of build stamps.
|
String |
getName()
The service name.
|
int |
hashCode() |
String |
toString() |
public ServiceDeployment(String name, List<BuildStamp> buildStamps)
name - the service name. Required.buildStamps - the list of build stamps. Optional.public String getName()
public List<BuildStamp> getBuildStamps()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.