@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class MetricsRootAction.Pseudoservlet extends Object
Constructor and Description |
---|
Pseudoservlet() |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doHealthcheck(org.kohsuke.stapler.StaplerRequest req)
Web binding for /healthcheck
|
org.kohsuke.stapler.HttpResponse |
doIndex()
Web binding for /
|
org.kohsuke.stapler.HttpResponse |
doMetrics()
Web binding for /metrics
|
org.kohsuke.stapler.HttpResponse |
doMetricsHistory()
Web binding for /metricsHistory
|
org.kohsuke.stapler.HttpResponse |
doPing()
Web binding for /ping
|
org.kohsuke.stapler.HttpResponse |
doThreads()
Web binding for /threads
|
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doHealthcheck(org.kohsuke.stapler.StaplerRequest req)
req
- the request@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doMetrics()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doMetricsHistory()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doPing()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doThreads()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doIndex()
Copyright © 2016. All rights reserved.