hudson.plugins.nsiq
Class NSiqTarget

java.lang.Object
  extended by hudson.plugins.nsiq.NSiqTarget
All Implemented Interfaces:
NSiqAware, java.io.Serializable

public class NSiqTarget
extends java.lang.Object
implements java.io.Serializable, NSiqAware

N'SIQ Collector??κ²°κ³Όλ₯???ž₯?˜κ³  ?œμ‹œ?˜κΈ° ?„ν•œ ?΄λž˜??

Version:
$Rev$, $Date$
Author:
iceize at NHN Corporation
See Also:
Serialized Form

Nested Class Summary
 class NSiqTarget.RedirectSrc
           
 
Field Summary
 
Fields inherited from interface hudson.plugins.nsiq.NSiqAware
HIGH, LOW, SEPARATOR
 
Method Summary
 NSiqTarget getChild(java.lang.String name)
           
 java.util.Map<java.lang.String,NSiqTarget> getChildren()
           
 java.util.Collection<NSiqTarget> getChildrenList()
           
 hudson.util.Graph getComplexityGraph()
          ?”λ ‰? λ¦¬ λ³??˜μ΄μ§?? ?ŒμΌ λ³??˜μ΄μ§?—??볡작??그래?„λ? ?œμ‹œ?œλ‹€.
 java.util.List<Complexity> getComplexityList()
           
 java.lang.Object getDynamic(java.lang.String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          ?”λ ‰? λ¦¬ λ³??˜μ΄μ§?—???ŒμΌ λ³??˜μ΄μ§?‘œ ?΄λ™?˜κΈ° ?„ν•΄??getDynamic λ©”μ†Œ?œλ? ?¬μš©?œλ‹€.
 NSiqResult getItsNSiqResult()
           
 java.lang.String getLevel()
           
 hudson.util.Graph getLocDistGraph()
           
 hudson.util.Graph getLocGraph()
          ?”λ ‰? λ¦¬ λ³??˜μ΄μ§?? ?ŒμΌ λ³??˜μ΄μ§?—??볡작??그래?„λ? ?œμ‹œ?œλ‹€.
 java.lang.String getName()
           
 hudson.model.Build<?,?> getOwner()
           
 NSiqTarget getParent()
           
 NSiqTarget getPreviousResult()
          κ·Έλž˜?„λ? ?œμ‹œ?˜κΈ° ?„ν•΄ ?΄μ „ κ²°κ³Ό 값을 리턴?œλ‹€.
 java.lang.String[] getSrc()
           
 hudson.FilePath getSrcFile()
           
 NSiqSummary getSummary()
           
 long getTimestamp()
           
 boolean isComplexityView()
           
 boolean isLocView()
           
 boolean isOverView()
           
static NSiqTarget load(hudson.model.Build<?,?> owner, java.util.List<NSiqResult> nsiqResult)
           
 void setItsNSiqResult(NSiqResult itsNSiqResult)
           
 void setOwner(hudson.model.Build<?,?> build)
           
 void setParent(NSiqTarget parent)
           
 java.lang.String urlTransform(java.lang.String name)
          URL?μ„œ ?«μž, ?μ–΄ ??†Œλ¬Έμžκ°??„λ‹Œ 경우 "_" λ‘?μΉ˜ν™˜?œλ‹€.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static NSiqTarget load(hudson.model.Build<?,?> owner,
                              java.util.List<NSiqResult> nsiqResult)

getName

public java.lang.String getName()

getOwner

public hudson.model.Build<?,?> getOwner()

setOwner

public void setOwner(hudson.model.Build<?,?> build)

getLevel

public java.lang.String getLevel()

getParent

public NSiqTarget getParent()

getChildren

public java.util.Map<java.lang.String,NSiqTarget> getChildren()

getChildrenList

public java.util.Collection<NSiqTarget> getChildrenList()

getChild

public NSiqTarget getChild(java.lang.String name)

getSummary

public NSiqSummary getSummary()

getComplexityList

public java.util.List<Complexity> getComplexityList()

isLocView

public boolean isLocView()

isComplexityView

public boolean isComplexityView()

isOverView

public boolean isOverView()

getTimestamp

public long getTimestamp()

getDynamic

public java.lang.Object getDynamic(java.lang.String token,
                                   org.kohsuke.stapler.StaplerRequest req,
                                   org.kohsuke.stapler.StaplerResponse rsp)
                            throws java.io.IOException,
                                   javax.servlet.ServletException
?”λ ‰? λ¦¬ λ³??˜μ΄μ§?—???ŒμΌ λ³??˜μ΄μ§?‘œ ?΄λ™?˜κΈ° ?„ν•΄??getDynamic λ©”μ†Œ?œλ? ?¬μš©?œλ‹€.

Parameters:
token - ?œλΈŒ path???΄λ¦„ (?ˆλ? ?€μ–΄, /nsiq/com_nhncorp_lucy_common??URL?΄λΌλ©? token κ°’μ? com_nhncorp_lucy_common?΄λ‹€)
Throws:
javax.servlet.ServletException
java.io.IOException

getPreviousResult

public NSiqTarget getPreviousResult()
그래?„λ? ?œμ‹œ?˜κΈ° ?„ν•΄ ?΄μ „ κ²°κ³Ό 값을 리턴?œλ‹€.


urlTransform

public java.lang.String urlTransform(java.lang.String name)
URL?μ„œ ?«μž, ?μ–΄ ??†Œλ¬Έμžκ°??„λ‹Œ 경우 "_" λ‘?μΉ˜ν™˜?œλ‹€.


getSrc

public java.lang.String[] getSrc()

getSrcFile

public hudson.FilePath getSrcFile()
                           throws java.lang.InterruptedException,
                                  java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException

getLocGraph

public hudson.util.Graph getLocGraph()
?”λ ‰? λ¦¬ λ³??˜μ΄μ§?? ?ŒμΌ λ³??˜μ΄μ§?—??볡작??그래?„λ? ?œμ‹œ?œλ‹€.


getComplexityGraph

public hudson.util.Graph getComplexityGraph()
?”λ ‰? λ¦¬ λ³??˜μ΄μ§?? ?ŒμΌ λ³??˜μ΄μ§?—??볡작??그래?„λ? ?œμ‹œ?œλ‹€.


getLocDistGraph

public hudson.util.Graph getLocDistGraph()

setItsNSiqResult

public void setItsNSiqResult(NSiqResult itsNSiqResult)

getItsNSiqResult

public NSiqResult getItsNSiqResult()

setParent

public void setParent(NSiqTarget parent)


Copyright © 2010. All Rights Reserved.