Class MaintenanceConfiguration

    • Constructor Detail

      • MaintenanceConfiguration

        @DataBoundConstructor
        public MaintenanceConfiguration()
    • Method Detail

      • setInjectRetentionStrategy

        public void setInjectRetentionStrategy​(boolean injectRetentionStrategy)
      • isInjectRetentionStrategy

        public boolean isInjectRetentionStrategy()
      • doInject

        @POST
        public org.kohsuke.stapler.HttpResponse doInject​(org.kohsuke.stapler.StaplerResponse rsp)
        Called when UI button to inject strategy to all agents is pressed.
        Parameters:
        rsp - Stapler Response
        Returns:
        A HttpResponse
      • doRemove

        @POST
        public org.kohsuke.stapler.HttpResponse doRemove​(org.kohsuke.stapler.StaplerResponse rsp)
        Called when UI button to remove strategy from all agents is pressed.
        Parameters:
        rsp - Stapler Response
        Returns:
        A HttpResponse