Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.ChangeRequest.Impact
Packages that use ChangeRequest.Impact
-
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.ImpactModifier and TypeMethodDescriptionChangeRequest.getImpact()static ChangeRequest.ImpactReturns the enum constant of this class with the specified name.static ChangeRequest.Impact[]ChangeRequest.Impact.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 ChangeRequest.ImpactConstructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequest.ImpactModifierConstructorDescriptionChangeRequest(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)