hudson.plugins.nsiq
Class NSiqPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by hudson.plugins.nsiq.NSiqPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, NSiqAware, hudson.tasks.BuildStep

public class NSiqPublisher
extends hudson.tasks.Recorder
implements NSiqAware

Publisher???스?스?다.

Version:
$Rev$, $Date$
Author:
iceize at NHN Corporation

Nested Class Summary
static class NSiqPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static NSiqPublisher.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from interface hudson.plugins.nsiq.NSiqAware
HIGH, LOW, SEPARATOR
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
NSiqPublisher(double lowRatio, double highRatio, boolean locView, boolean complexityView, boolean overView, boolean dailyView, Encoding encoding)
           
 
Method Summary
 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
           
 Encoding getEncoding()
           
 hudson.model.Action getProjectAction(hudson.model.Project project)
          ?러그인???? ProjectAction ?스?스?리턴?다.
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean isComplexityView()
           
 boolean isDailyView()
           
 boolean isLocView()
           
 boolean isOverView()
           
 boolean perform(hudson.model.Build<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
          ?로?트 빌드??료???? Publisher??제 ?행?는 메소?이??
 
Methods inherited from class hudson.tasks.Publisher
all, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, perform, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, perform, prebuild
 

Field Detail

DESCRIPTOR

@Extension
public static final NSiqPublisher.DescriptorImpl DESCRIPTOR
Constructor Detail

NSiqPublisher

@DataBoundConstructor
public NSiqPublisher(double lowRatio,
                                          double highRatio,
                                          boolean locView,
                                          boolean complexityView,
                                          boolean overView,
                                          boolean dailyView,
                                          Encoding encoding)
Parameters:
lowRatio - 복잡?? 10???수??비율
highRatio - 복잡?? 30???수??비율
locView - LOC 그래?? 보여?것인??정
complexityView - 복잡??그래?? 보여?것인??정
overView - 복잡?? 10???수??목록??보여?것인? ????정
dailyView - 그래?? ??기??로 그릴 것인??정
Method Detail

isLocView

public boolean isLocView()

isComplexityView

public boolean isComplexityView()

isOverView

public boolean isOverView()

isDailyView

public boolean isDailyView()

getDescriptor

public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.tasks.Recorder

perform

public boolean perform(hudson.model.Build<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
?로?트 빌드??료???? Publisher??제 ?행?는 메소?이??

Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
java.lang.InterruptedException
java.io.IOException

getProjectAction

public hudson.model.Action getProjectAction(hudson.model.Project project)
?러그인???? ProjectAction ?스?스?리턴?다.

Overrides:
getProjectAction in class hudson.tasks.Publisher

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Specified by:
getRequiredMonitorService in interface hudson.tasks.BuildStep

getEncoding

public Encoding getEncoding()


Copyright © 2010. All Rights Reserved.