com.trackstudio.secured
Class SecuredCommitBean
java.lang.Object
com.trackstudio.app.scm.CommitListItem
com.trackstudio.secured.SecuredCommitBean
- All Implemented Interfaces:
- java.lang.Comparable<SecuredCommitBean>
public class SecuredCommitBean
- extends CommitListItem
- implements java.lang.Comparable<SecuredCommitBean>
Bean which represents SCM commit
Constructor Summary |
SecuredCommitBean(SessionContext sc,
long revision,
java.lang.String authorLogin,
java.lang.String message,
java.util.Calendar date,
java.util.List changedPath,
java.lang.String connectionName)
|
Methods inherited from class com.trackstudio.app.scm.CommitListItem |
equals, getAuthorLogin, getChangedPath, getConnectionName, getDate, getMessage, getRevision, hashCode, setAuthorLogin, setChangedPath, setConnectionName, setDate, setMessage, setRevision |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SecuredCommitBean
public SecuredCommitBean(SessionContext sc,
long revision,
java.lang.String authorLogin,
java.lang.String message,
java.util.Calendar date,
java.util.List changedPath,
java.lang.String connectionName)
throws GranException
- Throws:
GranException
getAuthorId
public java.lang.String getAuthorId()
getAuthor
public SecuredUserBean getAuthor()
compareTo
public int compareTo(SecuredCommitBean o)
- Specified by:
compareTo
in interface java.lang.Comparable<SecuredCommitBean>
Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.