Class ServerScope.Unlimited
java.lang.Object
jenkins.plugins.openstack.compute.ServerScope
jenkins.plugins.openstack.compute.ServerScope.Unlimited
- Enclosing class:
- ServerScope
Opt-out of any cleanup performed by the plugin.
-
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerScope.Unlimited
boolean
isOutOfScope
(org.openstack4j.model.compute.Server server) Determine whether the server is out of scope or not.
-
Method Details
-
getInstance
-
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
-