public static class Deployment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Deployment |
build()
Returns the configured deployment instance
|
Deployment.Builder |
changelog(String changelog)
Sets the changelog of the deployment.
|
Deployment.Builder |
description(String description)
Sets the description of the deployment.
|
Deployment.Builder |
revision(String revision)
Sets the revision of the deployment.
|
Deployment.Builder |
user(String user)
Sets the user of the deployment.
|
public Deployment.Builder revision(String revision)
revision
- The revision of the deploymentpublic Deployment.Builder changelog(String changelog)
changelog
- The changelog of the deploymentpublic Deployment.Builder description(String description)
description
- The description of the deploymentpublic Deployment.Builder user(String user)
user
- The user of the deploymentpublic Deployment build()
Copyright © 2018. All rights reserved.