|
||||||||||
| 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,
Collection<String> affectedPaths,
String author,
String msg)
IntegrityChangeLog Class Constructor |
|
| Method Summary | |
|---|---|
String |
getAction()
Returns the action associated with this change, i.e. |
Collection<String> |
getAffectedPaths()
Returns a collection of all affected paths |
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! |
String |
getDate()
Returns the modification timestamp for this Entry |
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 |
String |
getFile()
Returns the MKS Integrity Project Member path for this change |
String |
getMsg()
Returns the comments associated with the change |
IntegrityChangeLogSet |
getParent()
Gets the IntegrityChangeLogSet to which this change set belongs. |
String |
getRevision()
Returns the revision number associated with the change |
String |
getUser()
Gets the user responsible for the change |
void |
setAction(String action)
Sets the action associated with this change, i.e. |
void |
setAnnotation(String annotation)
Sets a string url representation containing the link to the MKS Integrity Annotated Member view |
void |
setDate(String date)
Sets the date stamp for when this change was made |
void |
setDifferences(String differences)
Sets a string url representation containing the link to the MKS Integrity Member differences view |
void |
setFile(String file)
Sets the MKS Integrity Project Member path for this change |
void |
setMsg(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(String revision)
Provides the mechanism to populate the revision string for this Entry |
void |
setUser(String user)
Sets the user responsible for the change |
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
|---|
getAffectedFiles, 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,
Collection<String> affectedPaths,
String author,
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 Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry@Exported public hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entry@Exported public String getUser()
public void setUser(String user)
user - @Exported public String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic void setMsg(String msg)
msg - @Exported public String getRevision()
public void setRevision(String revision)
revision - @Exported public String getDate()
revision - public void setDate(String date)
date - @Exported public String getAction()
public void setAction(String action)
action - @Exported public hudson.scm.EditType getEditType()
public String getFile()
public void setFile(String file)
file - public String getAnnotation()
public void setAnnotation(String annotation)
annotation - public String getDifferences()
public void setDifferences(String differences)
differences -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||