public class PerformanceBenchmarking.SourceFile extends Object
| Constructor and Description |
|---|
SourceFile(String name)
The source file constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerResponse rsp)
Serves this source file.
|
URL |
resolve()
Resolves the URL depending on the name of the source file.
|
public final String name
public SourceFile(String name)
name - the source file namepublic URL resolve()
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
rsp - the http responseIOException - if the content cannot be copiedCopyright © 2016–2022. All rights reserved.