public abstract class PerformanceBenchmarking extends Object implements ExtensionPoint, Action, Describable<PerformanceBenchmarking>
Modifier and Type | Class and Description |
---|---|
class |
PerformanceBenchmarking.SourceFile |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PerformanceBenchmarking() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<PerformanceBenchmarking> |
all()
Returns all the registered
PerformanceBenchmarking s. |
void |
doSourceFile(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Binds
PerformanceBenchmarking.SourceFile s into URL. |
abstract String |
getDescription()
Returns a paragraph of natural text that describes this sample.
|
PerformanceBenchmarkingDescriptor |
getDescriptor()
Gets the page descriptor.
|
String |
getDisplayName()
Default display name.
|
static List<PerformanceBenchmarking> |
getGroovySamples()
Returns the list of groovy sample files.
|
String |
getIconFileName()
Gets the icon file name from the jenkins library.
|
static List<PerformanceBenchmarking> |
getOtherSamples()
Returns the list of other samples.
|
List<PerformanceBenchmarking.SourceFile> |
getSourceFiles()
Source files associated with this sample.
|
String |
getUrlName()
Gets the final URL name.
|
public String getIconFileName()
getIconFileName
in interface Action
public String getUrlName()
getUrlName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public List<PerformanceBenchmarking.SourceFile> getSourceFiles()
public void doSourceFile(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
PerformanceBenchmarking.SourceFile
s into URL.req
- - the http request.rsp
- - the http response.IOException
- - if source file cannot be readpublic abstract String getDescription()
public PerformanceBenchmarkingDescriptor getDescriptor()
getDescriptor
in interface Describable<PerformanceBenchmarking>
public static ExtensionList<PerformanceBenchmarking> all()
PerformanceBenchmarking
s.public static List<PerformanceBenchmarking> getGroovySamples()
public static List<PerformanceBenchmarking> getOtherSamples()
Copyright © 2016–2022. All rights reserved.