hudson.plugins.nsiq
Class NSiqPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
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 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 |
| 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)
|
| 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 |
DESCRIPTOR
@Extension
public static final NSiqPublisher.DescriptorImpl DESCRIPTOR
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 - 그래?? ??기??로 그릴 것인??정
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.