Uses of Class
com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo.Builder
-
Packages that use ImmutableDockerInfo.Builder Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ImmutableDockerInfo.Builder in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ImmutableDockerInfo.Builder Modifier and Type Method Description static ImmutableDockerInfo.BuilderImmutableDockerInfo. builder()Creates a builder forImmutableDockerInfo.ImmutableDockerInfo.BuilderImmutableDockerInfo.Builder. credentials(DockerCredentials credentials)Initializes the value for thecredentialsattribute.ImmutableDockerInfo.BuilderImmutableDockerInfo.Builder. from(DockerInfo instance)Fill a builder with attribute values from the providedDockerInfoinstance.ImmutableDockerInfo.BuilderImmutableDockerInfo.Builder. image(String image)Initializes the value for theimageattribute.
-