|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet.Entry
hudson.plugins.accurev.AccurevTransaction
@ExportedBean(defaultVisibility=999) public final class AccurevTransaction
One commit.
| Constructor Summary | |
|---|---|
AccurevTransaction()
|
|
| Method Summary | |
|---|---|
void |
addAffectedPath(String path)
|
String |
getAction()
Getter for action Enables accurate filtering by AccuRev transaction type since the metod getEditType censors the actual type. |
Collection<String> |
getAffectedPaths()
Returns a set of paths in the workspace that was affected by this change. |
hudson.model.User |
getAuthor()
|
Date |
getDate()
|
hudson.scm.EditType |
getEditType()
|
int |
getId()
Getter for id Enables logging with AccuRev transaction id |
String |
getMsg()
|
String |
getRevision()
|
String |
getUser()
|
void |
setAction(String action)
|
void |
setDate(Date date)
|
void |
setId(int id)
Setter for id |
void |
setMsg(String msg)
|
protected void |
setParent(hudson.scm.ChangeLogSet parent)
|
void |
setRevision(String revision)
|
void |
setUser(String author)
|
String |
toString()
|
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
|---|
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccurevTransaction()
| Method Detail |
|---|
@Exported public String getRevision()
public void setRevision(String revision)
@Exported public hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entry@Exported public Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.Entrypublic void setUser(String author)
@Exported public String getUser()
@Exported public Date getDate()
public void setDate(Date date)
@Exported public String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic void setMsg(String msg)
public void setAction(String action)
protected void setParent(hudson.scm.ChangeLogSet parent)
setParent in class hudson.scm.ChangeLogSet.Entry@Exported public hudson.scm.EditType getEditType()
public void addAffectedPath(String path)
@Exported public String getAction()
@Exported public int getId()
public void setId(int id)
id - transaction id of the AccuRev transactionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||