public class Deployment extends IdResource
Modifier and Type | Class and Description |
---|---|
static class |
Deployment.Builder
Builder to make deployment construction easier.
|
Constructor and Description |
---|
Deployment()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static Deployment.Builder |
builder()
Returns a builder for the deployment.
|
String |
getChangelog()
Returns the changelog of the deployment.
|
String |
getDescription()
Returns the description of the deployment.
|
DeploymentLinks |
getLinks()
Returns the links of the deployment.
|
String |
getRevision()
Returns the revision of the deployment.
|
Date |
getTimestamp()
Returns the date of the deployment.
|
String |
getUser()
Returns the user of the deployment.
|
void |
setChangelog(String changelog)
Sets the changelog of the deployment.
|
void |
setDescription(String description)
Sets the description of the deployment.
|
void |
setRevision(String revision)
Sets the revision of the deployment.
|
void |
setUser(String user)
Sets the user of the deployment.
|
String |
toString()
Returns a string representation of the object.
|
getId, setId
public void setRevision(String revision)
revision
- The revision of the deploymentpublic String getRevision()
public void setChangelog(String changelog)
changelog
- The changelog of the deploymentpublic String getChangelog()
public void setDescription(String description)
description
- The description of the deploymentpublic String getDescription()
public void setUser(String user)
user
- The user of the deploymentpublic String getUser()
public Date getTimestamp()
public DeploymentLinks getLinks()
public String toString()
toString
in class IdResource
public static Deployment.Builder builder()
Copyright © 2018. All rights reserved.