hudson.plugins.mantis.changeset
Class ChangeSetFactory

java.lang.Object
  extended by hudson.plugins.mantis.changeset.ChangeSetFactory

public final class ChangeSetFactory
extends java.lang.Object

ChangeSet Factory.

Since:
0.7
Author:
Seiji Sogabe

Method Summary
static ChangeSet newInstance(int id)
           
static ChangeSet newInstance(int id, hudson.model.AbstractBuild<?,?> build, hudson.scm.ChangeLogSet.Entry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static ChangeSet newInstance(int id)

newInstance

public static ChangeSet newInstance(int id,
                                    hudson.model.AbstractBuild<?,?> build,
                                    hudson.scm.ChangeLogSet.Entry entry)


Copyright © 2010. All Rights Reserved.