Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.ChangeRequest.Impact
-
Packages that use ChangeRequest.Impact Package Description com.yahoo.vespa.hosted.controller.api.integration.vcmr -
-
Uses of ChangeRequest.Impact in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return ChangeRequest.Impact Modifier and Type Method Description ChangeRequest.ImpactChangeRequest. getImpact()static ChangeRequest.ImpactChangeRequest.Impact. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeRequest.Impact[]ChangeRequest.Impact. 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.Impact Modifier and Type Method Description ChangeRequest.BuilderChangeRequest.Builder. impact(ChangeRequest.Impact impact)Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequest.Impact 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)
-