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
PerformanceBenchmarkings. |
void |
doSourceFile(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Binds
PerformanceBenchmarking.SourceFiles 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 Actionpublic String getUrlName()
getUrlName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic List<PerformanceBenchmarking.SourceFile> getSourceFiles()
public void doSourceFile(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
PerformanceBenchmarking.SourceFiles 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()
PerformanceBenchmarkings.public static List<PerformanceBenchmarking> getGroovySamples()
public static List<PerformanceBenchmarking> getOtherSamples()
Copyright © 2016–2022. All rights reserved.