Class DestroyMachine
java.lang.Object
jenkins.plugins.openstack.compute.internal.DestroyMachine
- All Implemented Interfaces:
Serializable
,org.jenkinsci.plugins.resourcedisposer.Disposable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public final class DestroyMachine
extends Object
implements org.jenkinsci.plugins.resourcedisposer.Disposable
Dispose OpenStack VM *without* cleaning up the Jenkins computer.
See
jenkins.plugins.openstack.compute.JCloudsSlave.RecordDisposal
for the variant that does both.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Thrown when the cloud the machine belongs to is no longer configured in Jenkins.Nested classes/interfaces inherited from interface org.jenkinsci.plugins.resourcedisposer.Disposable
org.jenkinsci.plugins.resourcedisposer.Disposable.State
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DestroyMachine
-
-
Method Details
-
dispose
@Nonnull public org.jenkinsci.plugins.resourcedisposer.Disposable.State dispose()- Specified by:
dispose
in interfaceorg.jenkinsci.plugins.resourcedisposer.Disposable
-
getDisplayName
- Specified by:
getDisplayName
in interfaceorg.jenkinsci.plugins.resourcedisposer.Disposable
-
equals
-
hashCode
public int hashCode()
-