Class ServerScope.Node
java.lang.Object
jenkins.plugins.openstack.compute.ServerScope
jenkins.plugins.openstack.compute.ServerScope.Node
- Enclosing class:
- ServerScope
Server is scoped to Jenkins node of the name equal to the specifier.
Server marked as
node:asdf
will live only to support Jenkins node asdf
.-
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, specifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
isOutOfScope
(org.openstack4j.model.compute.Server server) Determine whether the server is out of scope or not.
-
Constructor Details
-
Node
-
Node
public Node(@Nonnull String serverName, @Nonnull org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id)
-
-
Method Details
-
getName
-
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
-