com.ibm.team.build.internal.hjplugin
Class RTCChangeLogComponentEntry

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by com.ibm.team.build.internal.hjplugin.RTCChangeLogSetEntry
          extended by com.ibm.team.build.internal.hjplugin.RTCChangeLogComponentEntry
All Implemented Interfaces:
Comparable<RTCChangeLogComponentEntry>

@ExportedBean(defaultVisibility=999)
public class RTCChangeLogComponentEntry
extends RTCChangeLogSetEntry
implements Comparable<RTCChangeLogComponentEntry>


Constructor Summary
RTCChangeLogComponentEntry()
           
 
Method Summary
 int compareTo(RTCChangeLogComponentEntry o)
           
 boolean equals(Object obj)
           
 hudson.scm.EditType getActionType()
           
 Collection<String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 String getItemId()
           
 String getMsg()
           
 String getName()
           
 int hashCode()
           
 void setAction(String action)
           
 void setItemId(String itemId)
           
 void setName(String name)
           
 
Methods inherited from class com.ibm.team.build.internal.hjplugin.RTCChangeLogSetEntry
setParent
 
Methods inherited from class hudson.scm.ChangeLogSet.Entry
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTCChangeLogComponentEntry

public RTCChangeLogComponentEntry()
Method Detail

setItemId

public void setItemId(String itemId)

getItemId

public String getItemId()

setName

public void setName(String name)

setAction

public void setAction(String action)

getMsg

@Exported
public String getMsg()
Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry

getAuthor

@Exported
public hudson.model.User getAuthor()
Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry

getAffectedPaths

@Exported
public Collection<String> getAffectedPaths()
Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry

getName

public String getName()

getActionType

public hudson.scm.EditType getActionType()

compareTo

public int compareTo(RTCChangeLogComponentEntry o)
Specified by:
compareTo in interface Comparable<RTCChangeLogComponentEntry>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2004-2013. All Rights Reserved.