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(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(String system, String id, String url, ChangeRequestSource.Status status, ZonedDateTime plannedStartTime, ZonedDateTime plannedEndTime)
-