public abstract static class HudsonHomeDiskUsageMonitor.Solution extends AbstractModelObject implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
String |
id
Human-readable ID of this monitor, which needs to be unique within the system.
|
Modifier | Constructor and Description |
---|---|
protected |
Solution() |
protected |
Solution(String id) |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<HudsonHomeDiskUsageMonitor.Solution> |
all()
All registered
HudsonHomeDiskUsageMonitor.Solution s. |
String |
getUrl()
Returns the URL of this monitor, relative to the context path.
|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
getSearchUrl
public final String id
This ID is used to remember persisted setting for this monitor, so the ID should remain consistent beyond the Hudson JVM lifespan.
protected Solution(String id)
protected Solution()
public String getUrl()
public static ExtensionList<HudsonHomeDiskUsageMonitor.Solution> all()
HudsonHomeDiskUsageMonitor.Solution
s.Copyright © 2004–2022. All rights reserved.