Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.VespaChangeRequest.Status
Packages that use VespaChangeRequest.Status
-
Uses of VespaChangeRequest.Status in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return VespaChangeRequest.StatusModifier and TypeMethodDescriptionVespaChangeRequest.getStatus()static VespaChangeRequest.StatusReturns the enum constant of this class with the specified name.static VespaChangeRequest.Status[]VespaChangeRequest.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type VespaChangeRequest.StatusModifier and TypeMethodDescriptionVespaChangeRequest.withStatus(VespaChangeRequest.Status status) Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type VespaChangeRequest.StatusModifierConstructorDescriptionVespaChangeRequest(String id, ChangeRequestSource changeRequestSource, List<String> impactedSwitches, List<String> impactedHosts, ChangeRequest.Approval approval, ChangeRequest.Impact impact, VespaChangeRequest.Status status, List<HostAction> hostActionPlan, com.yahoo.config.provision.zone.ZoneId zoneId)