public class DisposableImpl extends Object implements org.jenkinsci.plugins.resourcedisposer.Disposable
| Constructor and Description |
|---|
DisposableImpl(String cloudName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.resourcedisposer.Disposable.State |
dispose() |
String |
getCloudName() |
String |
getDisplayName() |
String |
getName() |
@Nonnull public org.jenkinsci.plugins.resourcedisposer.Disposable.State dispose() throws Exception
dispose in interface org.jenkinsci.plugins.resourcedisposer.DisposableException@Nonnull public String getDisplayName()
getDisplayName in interface org.jenkinsci.plugins.resourcedisposer.Disposable@CheckForNull public String getCloudName()
@CheckForNull public String getName()
Copyright © 2016–2017. All rights reserved.