jenkins.plugins.ui_samples
Class UISample.SourceFile
java.lang.Object
jenkins.plugins.ui_samples.UISample.SourceFile
- Enclosing class:
- UISample
public class UISample.SourceFile
- extends Object
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
void |
doIndex(org.kohsuke.stapler.StaplerResponse rsp)
Serves this source file. |
URL |
resolve()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
UISample.SourceFile
public UISample.SourceFile(String name)
resolve
public URL resolve()
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Serves this source file.
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.