Uses of Interface
com.spotify.github.v3.activity.events.DeploymentStatusEvent
-
Packages that use DeploymentStatusEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of DeploymentStatusEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement DeploymentStatusEvent Modifier and Type Class Description classImmutableDeploymentStatusEventImmutable implementation ofDeploymentStatusEvent.Methods in com.spotify.github.v3.activity.events with parameters of type DeploymentStatusEvent Modifier and Type Method Description static ImmutableDeploymentStatusEventImmutableDeploymentStatusEvent. copyOf(DeploymentStatusEvent instance)Creates an immutable copy of aDeploymentStatusEventvalue.ImmutableDeploymentStatusEvent.BuilderImmutableDeploymentStatusEvent.Builder. from(DeploymentStatusEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.DeploymentStatusEventinstance.
-