|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjenkins.plugins.ui_samples.UISample
public abstract class UISample
| Nested Class Summary | |
|---|---|
class |
UISample.SourceFile
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
UISample()
|
|
| Method Summary | |
|---|---|
static ExtensionList<UISample> |
all()
Returns all the registered UISamples. |
void |
doSourceFile(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Binds UISample.SourceFiles into URL. |
abstract String |
getDescription()
Returns a paragraph of natural text that describes this sample. |
UISampleDescriptor |
getDescriptor()
|
String |
getDisplayName()
Default display name. |
String |
getIconFileName()
|
List<UISample.SourceFile> |
getSourceFiles()
Source files associated with this sample. |
String |
getUrlName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UISample()
| Method Detail |
|---|
public String getIconFileName()
getIconFileName in interface Actionpublic String getUrlName()
getUrlName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic List<UISample.SourceFile> getSourceFiles()
public void doSourceFile(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
UISample.SourceFiles into URL.
IOExceptionpublic abstract String getDescription()
public UISampleDescriptor getDescriptor()
getDescriptor in interface Describable<UISample>public static ExtensionList<UISample> all()
UISamples.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||