jenkins.plugins.ui_samples
Class ProgressivelyRendered

java.lang.Object
  extended by jenkins.plugins.ui_samples.UISample
      extended by jenkins.plugins.ui_samples.ProgressivelyRendered
All Implemented Interfaces:
ExtensionPoint, Action, Describable<UISample>, ModelObject

@Extension
public class ProgressivelyRendered
extends UISample


Nested Class Summary
static class ProgressivelyRendered.DescriptorImpl
           
 
Nested classes/interfaces inherited from class jenkins.plugins.ui_samples.UISample
UISample.SourceFile
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ProgressivelyRendered()
           
 
Method Summary
 ProgressiveRendering factor(String numberS)
           
 String getDescription()
          Returns a paragraph of natural text that describes this sample.
 
Methods inherited from class jenkins.plugins.ui_samples.UISample
all, doSourceFile, getDescriptor, getDisplayName, getIconFileName, getSourceFiles, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressivelyRendered

public ProgressivelyRendered()
Method Detail

getDescription

public String getDescription()
Description copied from class: UISample
Returns a paragraph of natural text that describes this sample. Interpreted as HTML.

Specified by:
getDescription in class UISample

factor

public ProgressiveRendering factor(String numberS)


Copyright © 2004-2013. All Rights Reserved.