Class ServerScope.Build
java.lang.Object
jenkins.plugins.openstack.compute.ServerScope
jenkins.plugins.openstack.compute.ServerScope.Build
- Enclosing class:
- ServerScope
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.plugins.openstack.compute.ServerScope
ServerScope.Build, ServerScope.Node, ServerScope.Time, ServerScope.Unlimited
-
Field Summary
Fields inherited from class jenkins.plugins.openstack.compute.ServerScope
METADATA_KEY, name, specifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Contribute additional criteria for equality.int
boolean
isOutOfScope
(org.openstack4j.model.compute.Server server) Determine whether the server is out of scope or not.
-
Constructor Details
-
Build
-
Build
-
-
Method Details
-
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 classServerScope
-
_equals
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 classServerScope
-