hudson.plugins.jobConfigHistory
Class JobConfigHistoryBaseAction.SideBySideView.Line.Item

java.lang.Object
  extended by hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line.Item
Enclosing class:
JobConfigHistoryBaseAction.SideBySideView.Line

public static class JobConfigHistoryBaseAction.SideBySideView.Line.Item
extends Object

Simple representation of a diff element. Additional to the the text rhis includes the linenumber as well as the corresponding cssClass which signals wether the item was modified, added or deleted.


Constructor Summary
JobConfigHistoryBaseAction.SideBySideView.Line.Item()
           
 
Method Summary
 String getCssClass()
          Returns the cssClass of the Item.
 String getLineNumber()
          Returns the line number of the Item.
 String getText()
          Returns the text of the Item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobConfigHistoryBaseAction.SideBySideView.Line.Item

public JobConfigHistoryBaseAction.SideBySideView.Line.Item()
Method Detail

getLineNumber

public String getLineNumber()
Returns the line number of the Item.

Returns:
lineNumber.

getText

public String getText()
Returns the text of the Item.

Returns:
text.

getCssClass

public String getCssClass()
Returns the cssClass of the Item.

Returns:
cssClass.


Copyright © 2004-2012. All Rights Reserved.