hudson.plugins.git
Class IndexEntry

java.lang.Object
  extended by hudson.plugins.git.IndexEntry

public class IndexEntry
extends Object

An Entry in the Index / Tree

Author:
nigelmagnay

Constructor Summary
IndexEntry(String mode, String type, String object, String file)
           
 
Method Summary
 String getFile()
           
 String getMode()
           
 String getObject()
           
 String getType()
           
 void setFile(String file)
           
 void setMode(String mode)
           
 void setObject(String object)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexEntry

public IndexEntry(String mode,
                  String type,
                  String object,
                  String file)
Method Detail

getMode

public String getMode()

setMode

public void setMode(String mode)

getType

public String getType()

setType

public void setType(String type)

getObject

public String getObject()

setObject

public void setObject(String object)

getFile

public String getFile()

setFile

public void setFile(String file)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.