hudson.plugins.sectioned_view
Class TestResultViewSection

java.lang.Object
  extended by hudson.plugins.sectioned_view.SectionedViewSection
      extended by hudson.plugins.sectioned_view.TestResultViewSection
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<SectionedViewSection>

public class TestResultViewSection
extends SectionedViewSection


Nested Class Summary
static class TestResultViewSection.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.plugins.sectioned_view.SectionedViewSection
SectionedViewSection.Positioning, SectionedViewSection.Width
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TestResultViewSection(java.lang.String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
           
 
Method Summary
 
Methods inherited from class hudson.plugins.sectioned_view.SectionedViewSection
all, contains, getAlignment, getCss, getDescriptor, getIncludeRegex, getItems, getName, getWidth, readResolve, setAlignment, setName, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultViewSection

@DataBoundConstructor
public TestResultViewSection(java.lang.String name,
                                                  SectionedViewSection.Width width,
                                                  SectionedViewSection.Positioning alignment)


Copyright © 2010. All Rights Reserved.