Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.ChangeRequestSource.Status
-
Packages that use ChangeRequestSource.Status Package Description com.yahoo.vespa.hosted.controller.api.integration.vcmr -
-
Uses of ChangeRequestSource.Status in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return ChangeRequestSource.Status Modifier and Type Method Description ChangeRequestSource.StatusChangeRequestSource. getStatus()static ChangeRequestSource.StatusChangeRequestSource.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChangeRequestSource.Status[]ChangeRequestSource.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequestSource.Status Modifier and Type Method Description ChangeRequestSource.BuilderChangeRequestSource.Builder. status(ChangeRequestSource.Status status)Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequestSource.Status Constructor Description ChangeRequestSource(java.lang.String system, java.lang.String id, java.lang.String url, ChangeRequestSource.Status status, java.time.ZonedDateTime plannedStartTime, java.time.ZonedDateTime plannedEndTime)
-