Uses of Enum
org.sonatype.central.publisher.plugin.model.WaitUntilRequest
Packages that use WaitUntilRequest
-
Uses of WaitUntilRequest in org.sonatype.central.publisher.plugin.model
Methods in org.sonatype.central.publisher.plugin.model that return WaitUntilRequestModifier and TypeMethodDescriptionWaitForDeploymentStateRequest.getWaitUntilRequest()static WaitUntilRequestReturns the enum constant of this type with the specified name.static WaitUntilRequest[]WaitUntilRequest.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sonatype.central.publisher.plugin.model with parameters of type WaitUntilRequestModifierConstructorDescriptionWaitForDeploymentStateRequest(String centralBaseUrl, String deploymentId, WaitUntilRequest waitUntilRequest, int waitMaxTimeInSeconds, int waitPollingIntervalInSeconds)