Uses of Interface
com.spotify.github.v3.repos.Deployment
-
Packages that use Deployment Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.repos -
-
Uses of Deployment in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Deployment Modifier and Type Method Description DeploymentDeploymentEvent. deployment()DeploymentDeploymentDeploymentStatusEvent. deployment()DeploymentDeploymentImmutableDeploymentEvent. deployment()DeploymentDeploymentImmutableDeploymentStatusEvent. deployment()DeploymentMethods in com.spotify.github.v3.activity.events with parameters of type Deployment Modifier and Type Method Description ImmutableDeploymentEvent.BuilderImmutableDeploymentEvent.Builder. deployment(Deployment deployment)Initializes the value for thedeploymentattribute.ImmutableDeploymentStatusEvent.BuilderImmutableDeploymentStatusEvent.Builder. deployment(Deployment deployment)Initializes the value for thedeploymentattribute.ImmutableDeploymentEventImmutableDeploymentEvent. withDeployment(Deployment value)Copy the current immutable object by setting a value for thedeploymentattribute.ImmutableDeploymentStatusEventImmutableDeploymentStatusEvent. withDeployment(Deployment value)Copy the current immutable object by setting a value for thedeploymentattribute. -
Uses of Deployment in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Deployment Modifier and Type Class Description classImmutableDeploymentImmutable implementation ofDeployment.Methods in com.spotify.github.v3.repos with parameters of type Deployment Modifier and Type Method Description static ImmutableDeploymentImmutableDeployment. copyOf(Deployment instance)Creates an immutable copy of aDeploymentvalue.ImmutableDeployment.BuilderImmutableDeployment.Builder. from(Deployment instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.Deploymentinstance.
-