hudson
Class Indenter<J extends Job>

java.lang.Object
  extended by hudson.Indenter<J>

public abstract class Indenter<J extends Job>
extends Object

Used by projectView.jelly to indent modules.

Author:
Kohsuke Kawaguchi

Constructor Summary
Indenter()
           
 
Method Summary
 String getCss(J job)
           
protected abstract  int getNestLevel(J job)
           
 String getRelativeShift(J job)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indenter

public Indenter()
Method Detail

getNestLevel

protected abstract int getNestLevel(J job)

getCss

public final String getCss(J job)

getRelativeShift

public final String getRelativeShift(J job)


Copyright © 2004-2013. All Rights Reserved.