|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet.Entry
hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
@ExportedBean(defaultVisibility=999) public static class IntegrityChangeLogSet.IntegrityChangeLog
The Entry class defines the metadata related to an individual file change
| Constructor Summary | |
|---|---|
IntegrityChangeLogSet.IntegrityChangeLog()
Default constructor for the Digester |
|
IntegrityChangeLogSet.IntegrityChangeLog(hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog> parent,
java.util.Collection<java.lang.String> affectedPaths,
java.lang.String author,
java.lang.String msg)
IntegrityChangeLog Class Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Returns the action associated with this change, i.e. |
java.util.Collection<java.lang.String> |
getAffectedPaths()
Returns a collection of all affected paths |
java.lang.String |
getAnnotation()
Returns a string url representation containing the link to the MKS Integrity Annotated Member view |
hudson.model.User |
getAuthor()
Returns the author responsible for the change Note: This user must be defined in Hudson! |
java.lang.String |
getDate()
Returns the modification timestamp for this Entry |
java.lang.String |
getDifferences()
Returns a string representation containing the link to the MKS Integrity Member differences view |
hudson.scm.EditType |
getEditType()
Used by the stapler class to display an appropriate icon associated with the change |
java.lang.String |
getFile()
Returns the MKS Integrity Project Member path for this change |
java.lang.String |
getMsg()
Returns the comments associated with the change |
IntegrityChangeLogSet |
getParent()
Gets the IntegrityChangeLogSet to which this change set belongs. |
java.lang.String |
getRevision()
Returns the revision number associated with the change |
java.lang.String |
getUser()
Gets the user responsible for the change |
void |
setAction(java.lang.String action)
Sets the action associated with this change, i.e. |
void |
setAnnotation(java.lang.String annotation)
Sets a string url representation containing the link to the MKS Integrity Annotated Member view |
void |
setDate(java.lang.String date)
Sets the date stamp for when this change was made |
void |
setDifferences(java.lang.String differences)
Sets a string url representation containing the link to the MKS Integrity Member differences view |
void |
setFile(java.lang.String file)
Sets the MKS Integrity Project Member path for this change |
void |
setMsg(java.lang.String msg)
Setter method to initialize the comments for this change |
protected void |
setParent(hudson.scm.ChangeLogSet changeLogSet)
Because of the class loader difference, we need to extend this method to make it accessible to the rest of IntegritySCM |
void |
setRevision(java.lang.String revision)
Provides the mechanism to populate the revision string for this Entry |
void |
setUser(java.lang.String user)
Sets the user responsible for the change |
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
|---|
getAffectedFiles, getCurrentRevision, getMsgAnnotated, getMsgEscaped |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegrityChangeLogSet.IntegrityChangeLog()
public IntegrityChangeLogSet.IntegrityChangeLog(hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog> parent,
java.util.Collection<java.lang.String> affectedPaths,
java.lang.String author,
java.lang.String msg)
parent - affectedPaths - author - msg - | Method Detail |
|---|
public IntegrityChangeLogSet getParent()
getParent in class hudson.scm.ChangeLogSet.Entryprotected void setParent(hudson.scm.ChangeLogSet changeLogSet)
setParent in class hudson.scm.ChangeLogSet.Entrypublic java.util.Collection<java.lang.String> getAffectedPaths()
@Exported public hudson.model.User getAuthor()
@Exported public java.lang.String getUser()
public void setUser(java.lang.String user)
user - @Exported public java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg - @Exported public java.lang.String getRevision()
public void setRevision(java.lang.String revision)
revision - @Exported public java.lang.String getDate()
revision - public void setDate(java.lang.String date)
date - @Exported public java.lang.String getAction()
public void setAction(java.lang.String action)
action - @Exported public hudson.scm.EditType getEditType()
public java.lang.String getFile()
public void setFile(java.lang.String file)
file - public java.lang.String getAnnotation()
public void setAnnotation(java.lang.String annotation)
annotation - public java.lang.String getDifferences()
public void setDifferences(java.lang.String differences)
differences -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||