Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.ChangeRequest.Approval
-
Packages that use ChangeRequest.Approval Package Description com.yahoo.vespa.hosted.controller.api.integration.vcmr -
-
Uses of ChangeRequest.Approval in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return ChangeRequest.Approval Modifier and Type Method Description ChangeRequest.ApprovalChangeRequest. getApproval()static ChangeRequest.ApprovalChangeRequest.Approval. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeRequest.Approval[]ChangeRequest.Approval. 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 ChangeRequest.Approval Modifier and Type Method Description ChangeRequest.BuilderChangeRequest.Builder. approval(ChangeRequest.Approval approval)VespaChangeRequestVespaChangeRequest. withApproval(ChangeRequest.Approval approval)Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequest.Approval Constructor Description ChangeRequest(String id, ChangeRequestSource changeRequestSource, List<String> impactedSwitches, List<String> impactedHosts, ChangeRequest.Approval approval, ChangeRequest.Impact impact)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)
-