hudson.plugins.mantis.changeset
Class CVSChangeSet

java.lang.Object
  extended by hudson.plugins.mantis.changeset.AbstractChangeSet<hudson.scm.CVSChangeLogSet.CVSChangeLog>
      extended by hudson.plugins.mantis.changeset.CVSChangeSet
All Implemented Interfaces:
ChangeSet, java.io.Serializable

public class CVSChangeSet
extends AbstractChangeSet<hudson.scm.CVSChangeLogSet.CVSChangeLog>

ChangeSet of CVS

Since:
0.7
Author:
Seiji Sogabe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.plugins.mantis.changeset.AbstractChangeSet
build, entry, id
 
Fields inherited from interface hudson.plugins.mantis.changeset.ChangeSet
CRLF, UNKNOWN_AUTHOR, UNKNOWN_CHANGESETLINK, UNKNOWN_MSG, UNKNOWN_REVISION
 
Constructor Summary
CVSChangeSet(int id, hudson.model.AbstractBuild<?,?> build, hudson.scm.CVSChangeLogSet.CVSChangeLog entry)
           
 
Method Summary
 java.lang.String createChangeLog()
           
protected  java.lang.String getChangeSetLink()
           
 
Methods inherited from class hudson.plugins.mantis.changeset.AbstractChangeSet
getAuthor, getId, getMsg, getRepositoryBrowser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSChangeSet

public CVSChangeSet(int id,
                    hudson.model.AbstractBuild<?,?> build,
                    hudson.scm.CVSChangeLogSet.CVSChangeLog entry)
Method Detail

createChangeLog

public java.lang.String createChangeLog()
Specified by:
createChangeLog in interface ChangeSet
Specified by:
createChangeLog in class AbstractChangeSet<hudson.scm.CVSChangeLogSet.CVSChangeLog>

getChangeSetLink

protected java.lang.String getChangeSetLink()
Overrides:
getChangeSetLink in class AbstractChangeSet<hudson.scm.CVSChangeLogSet.CVSChangeLog>


Copyright © 2010. All Rights Reserved.