Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.VespaChangeRequest.Status
-
Packages that use VespaChangeRequest.Status Package Description com.yahoo.vespa.hosted.controller.api.integration.vcmr -
-
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.Status Modifier and Type Method Description VespaChangeRequest.StatusVespaChangeRequest. getStatus()static VespaChangeRequest.StatusVespaChangeRequest.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static VespaChangeRequest.Status[]VespaChangeRequest.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 VespaChangeRequest.Status Modifier and Type Method Description VespaChangeRequestVespaChangeRequest. withStatus(VespaChangeRequest.Status status)Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type VespaChangeRequest.Status Constructor Description VespaChangeRequest(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)
-