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 SummaryNested ClassesModifier and TypeClassDescriptionstatic final classThrown when the cloud the machine belongs to is no longer configured in Jenkins.Nested classes/interfaces inherited from interface org.jenkinsci.plugins.resourcedisposer.Disposableorg.jenkinsci.plugins.resourcedisposer.Disposable.State
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DestroyMachine
 
- 
- 
Method Details- 
dispose@Nonnull public org.jenkinsci.plugins.resourcedisposer.Disposable.State dispose()- Specified by:
- disposein interface- org.jenkinsci.plugins.resourcedisposer.Disposable
 
- 
getDisplayName- Specified by:
- getDisplayNamein interface- org.jenkinsci.plugins.resourcedisposer.Disposable
 
- 
equals
- 
hashCodepublic int hashCode()
 
-