Class ServerScope.Unlimited

java.lang.Object
jenkins.plugins.openstack.compute.ServerScope
jenkins.plugins.openstack.compute.ServerScope.Unlimited
Enclosing class:
ServerScope

public static final class ServerScope.Unlimited extends ServerScope
Opt-out of any cleanup performed by the plugin.
  • Method Details

    • getInstance

      public static ServerScope.Unlimited getInstance()
    • isOutOfScope

      public boolean isOutOfScope(@Nonnull org.openstack4j.model.compute.Server server)
      Description copied from class: ServerScope
      Determine whether the server is out of scope or not.
      Specified by:
      isOutOfScope in class ServerScope