| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudBuild |
ImmutableCloudBuild.Builder.build()
Builds a new
ImmutableCloudBuild. |
static ImmutableCloudBuild |
ImmutableCloudBuild.copyOf(CloudBuild instance)
Creates an immutable copy of a
CloudBuild value. |
ImmutableCloudBuild |
ImmutableCloudBuild.withCreatedBy(CloudBuild.CreatedBy value)
Copy the current immutable object by setting a value for the
createdBy attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withDropletInfo(CloudBuild.DropletInfo value)
Copy the current immutable object by setting a value for the
dropletInfo attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withError(String value)
Copy the current immutable object by setting a value for the
error attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withPackageInfo(CloudBuild.PackageInfo value)
Copy the current immutable object by setting a value for the
packageInfo attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withState(CloudBuild.State value)
Copy the current immutable object by setting a value for the
state attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withV3Metadata(org.cloudfoundry.client.v3.Metadata value)
Copy the current immutable object by setting a value for the
v3Metadata attribute. |
Copyright © 2020 SAP SE. All rights reserved.