org.jenkinsci.plugins.pretestedintegration
Class Commit<T>

java.lang.Object
  extended by org.jenkinsci.plugins.pretestedintegration.Commit<T>
All Implemented Interfaces:
hudson.ExtensionPoint

public class Commit<T>
extends Object
implements hudson.ExtensionPoint


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
Commit(T commitId)
           
 
Method Summary
static hudson.ExtensionList<Commit> all()
           
 T getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Commit

public Commit(T commitId)
Method Detail

getId

public T getId()

all

public static hudson.ExtensionList<Commit> all()


Copyright © 2004-2014. All Rights Reserved.