Uses of Interface
hudson.plugins.mantis.changeset.ChangeSet

Packages that use ChangeSet
hudson.plugins.mantis   
hudson.plugins.mantis.changeset   
 

Uses of ChangeSet in hudson.plugins.mantis
 

Methods in hudson.plugins.mantis that return types with arguments of type ChangeSet
 java.util.List<ChangeSet> MantisCarryOverChangeSetAction.getChangeSets()
           
 

Constructor parameters in hudson.plugins.mantis with type arguments of type ChangeSet
MantisCarryOverChangeSetAction(java.util.List<ChangeSet> changeSet)
           
 

Uses of ChangeSet in hudson.plugins.mantis.changeset
 

Classes in hudson.plugins.mantis.changeset that implement ChangeSet
 class AbstractChangeSet<T extends ChangeLogSet.Entry>
          AbstractChangeSet
 class CompatibleChangeSet
          This changeSet has only id.
 class CVSChangeSet
          ChangeSet of CVS
 class DefaultChangeSet
          Default ChangeSet
 class GitChangeSet
          ChangeSet of Git.
 class MercurialChangeSet
          ChangeSet of Mecrutial.
 class SubversionChangeSet
          ChangeSet of subversion.
 

Methods in hudson.plugins.mantis.changeset that return ChangeSet
static ChangeSet ChangeSetFactory.newInstance(int id)
           
static ChangeSet ChangeSetFactory.newInstance(int id, hudson.model.AbstractBuild<?,?> build, hudson.scm.ChangeLogSet.Entry entry)
           
 



Copyright © 2010. All Rights Reserved.