ScopedDeployment Class

Definition

Deployment operation parameters.

public class ScopedDeployment
Inheritance
java.lang.Object
ScopedDeployment

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

ScopedDeployment()

Methods

location()

Get the location to store the deployment data.

properties()

Get the deployment properties.

tags()

Get deployment tags.

withLocation(String location)

Set the location to store the deployment data.

withProperties(DeploymentProperties properties)

Set the deployment properties.

withTags(Map<String,String> tags)

Set deployment tags.

Applies to