@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class DestroyMachine extends Object implements org.jenkinsci.plugins.resourcedisposer.Disposable
Modifier and Type | Class and Description |
---|---|
static class |
DestroyMachine.CloudGoneException
Thrown when the cloud the machine belongs to is no longer configured in Jenkins.
|
Constructor and Description |
---|
DestroyMachine(String cloudName,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
org.jenkinsci.plugins.resourcedisposer.Disposable.State |
dispose() |
boolean |
equals(Object o) |
String |
getDisplayName() |
int |
hashCode() |
@Nonnull public org.jenkinsci.plugins.resourcedisposer.Disposable.State dispose()
dispose
in interface org.jenkinsci.plugins.resourcedisposer.Disposable
@Nonnull public String getDisplayName()
getDisplayName
in interface org.jenkinsci.plugins.resourcedisposer.Disposable
Copyright © 2016–2020. All rights reserved.