Class ServerScope.Build

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

public static final class ServerScope.Build extends ServerScope
  • Constructor Details

    • Build

      public Build(Run run)
    • Build

      public Build(String specifier)
  • Method Details

    • getProject

      @Nonnull public String getProject()
    • getRunNumber

      public int getRunNumber()
    • 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
    • _equals

      protected boolean _equals(ServerScope o)
      Description copied from class: ServerScope
      Contribute additional criteria for equality. This is mostly useful for testing as the implementations are not expected to have mutable state or any state not represented by specifier.
      Overrides:
      _equals in class ServerScope