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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanContribute additional criteria for equality.intbooleanisOutOfScope(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:ServerScopeDetermine whether the server is out of scope or not.- Specified by:
isOutOfScopein classServerScope
-
_equals
Description copied from class:ServerScopeContribute 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:
_equalsin classServerScope
-