Class ServerScope.Time
java.lang.Object
jenkins.plugins.openstack.compute.ServerScope
jenkins.plugins.openstack.compute.ServerScope.Time
- 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.getValue()Get Metadata value that represent this scope.booleanisOutOfScope(org.openstack4j.model.compute.Server server) Determine whether the server is out of scope or not.
-
Constructor Details
-
Time
-
Time
-
-
Method Details
-
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
-
getValue
Description copied from class:ServerScopeGet Metadata value that represent this scope.- Overrides:
getValuein 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
-