ImmutableDeployment |
ImmutableDeployment.Builder.build() |
|
static ImmutableDeployment |
ImmutableDeployment.copyOf(Deployment instance) |
|
ImmutableDeployment |
ImmutableDeployment.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableDeployment |
ImmutableDeployment.withCreator(User value) |
Copy the current immutable object by setting a value for the creator attribute.
|
ImmutableDeployment |
ImmutableDeployment.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableDeployment |
ImmutableDeployment.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableDeployment |
ImmutableDeployment.withEnvironment(String value) |
Copy the current immutable object by setting a value for the environment attribute.
|
ImmutableDeployment |
ImmutableDeployment.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableDeployment |
ImmutableDeployment.withPayload(Map<String,String> value) |
Copy the current immutable object by setting a present value for the optional payload attribute.
|
ImmutableDeployment |
ImmutableDeployment.withPayload(Optional<? extends Map<String,String>> optional) |
Copy the current immutable object by setting an optional value for the payload attribute.
|
ImmutableDeployment |
ImmutableDeployment.withRef(String value) |
Copy the current immutable object by setting a value for the ref attribute.
|
ImmutableDeployment |
ImmutableDeployment.withRepositoryUrl(URI value) |
Copy the current immutable object by setting a value for the repositoryUrl attribute.
|
ImmutableDeployment |
ImmutableDeployment.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableDeployment |
ImmutableDeployment.withStatusesUrl(URI value) |
Copy the current immutable object by setting a value for the statusesUrl attribute.
|
ImmutableDeployment |
ImmutableDeployment.withTask(String value) |
Copy the current immutable object by setting a value for the task attribute.
|
ImmutableDeployment |
ImmutableDeployment.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|
ImmutableDeployment |
ImmutableDeployment.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|