flux
Class GitTrigger.GitTriggerResult

java.lang.Object
  extended by flux.GitTrigger.GitTriggerResult
All Implemented Interfaces:
Serializable, Cloneable
Enclosing interface:
GitTrigger

public static class GitTrigger.GitTriggerResult
extends Object
implements Serializable, Cloneable

The response from the GitTrigger.

See Also:
Serialized Form

Field Summary
 String commitId
          Latest commit id.
 
Constructor Summary
GitTrigger.GitTriggerResult()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commitId

public String commitId
Latest commit id.

Constructor Detail

GitTrigger.GitTriggerResult

public GitTrigger.GitTriggerResult()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


© 2012 Flux Corporation. All rights reserved.