Class ServerScope.Node

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

public static final class ServerScope.Node extends ServerScope
Server is scoped to Jenkins node of the name equal to the specifier. Server marked as node:asdf will live only to support Jenkins node asdf.
  • Constructor Details

    • Node

      public Node(@Nonnull String specifier)
    • Node

      public Node(@Nonnull String serverName, @Nonnull org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id)
  • Method Details

    • getName

      @Nonnull public String getName()
    • 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