Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.vcmr.ChangeRequest
Packages that use ChangeRequest
-
Uses of ChangeRequest in com.yahoo.vespa.hosted.controller.api.integration.vcmr
Subclasses of ChangeRequest in com.yahoo.vespa.hosted.controller.api.integration.vcmrMethods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return ChangeRequestMethods in com.yahoo.vespa.hosted.controller.api.integration.vcmr that return types with arguments of type ChangeRequestModifier and TypeMethodDescriptionMockChangeRequestClient.getApprovedChangeRequests()ChangeRequestClient.getChangeRequests(List<ChangeRequest> changeRequests) Get upcoming change requests and updated status of previously stored requestsMockChangeRequestClient.getChangeRequests(List<ChangeRequest> changeRequests) Methods in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequestModifier and TypeMethodDescriptionvoidChangeRequestClient.approveChangeRequest(ChangeRequest changeRequest) voidMockChangeRequestClient.approveChangeRequest(ChangeRequest changeRequest) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.vcmr with type arguments of type ChangeRequestModifier and TypeMethodDescriptionChangeRequestClient.getChangeRequests(List<ChangeRequest> changeRequests) Get upcoming change requests and updated status of previously stored requestsMockChangeRequestClient.getChangeRequests(List<ChangeRequest> changeRequests) voidMockChangeRequestClient.setUpcomingChangeRequests(List<ChangeRequest> changeRequests) Constructors in com.yahoo.vespa.hosted.controller.api.integration.vcmr with parameters of type ChangeRequestModifierConstructorDescriptionVespaChangeRequest(ChangeRequest changeRequest, com.yahoo.config.provision.zone.ZoneId zoneId)