jenkins.plugins.ui_samples
Class UISample.SourceFile

java.lang.Object
  extended by jenkins.plugins.ui_samples.UISample.SourceFile
Enclosing class:
UISample

public class UISample.SourceFile
extends Object

Author:
Kohsuke Kawaguchi

Field Summary
 String name
           
 
Constructor Summary
UISample.SourceFile(String name)
           
 
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
 

Field Detail

name

public final String name
Constructor Detail

UISample.SourceFile

public UISample.SourceFile(String name)
Method Detail

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.