static ImmutableDeployment.Builder |
ImmutableDeployment.builder() |
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.creator(User creator) |
Initializes the value for the creator attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.description(String description) |
Initializes the optional value description to description.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.description(Optional<String> description) |
Initializes the optional value description to description.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.environment(String environment) |
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.from(UpdateTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.from(Deployment instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.repos.Deployment instance.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.id(Long id) |
Initializes the value for the id attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.payload(Map<String,String> payload) |
Initializes the optional value payload to payload.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.payload(Optional<? extends Map<String,String>> payload) |
Initializes the optional value payload to payload.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.ref(String ref) |
Initializes the value for the ref attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.repositoryUrl(URI repositoryUrl) |
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.sha(String sha) |
Initializes the value for the sha attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.statusesUrl(URI statusesUrl) |
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.task(String task) |
Initializes the value for the task attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.updatedAt(GitHubInstant updatedAt) |
Initializes the value for the updatedAt attribute.
|
ImmutableDeployment.Builder |
ImmutableDeployment.Builder.url(URI url) |
Initializes the value for the url attribute.
|