com.pmease.quickbuild.repositorysupport
Class RepositoryRuntime

java.lang.Object
  extended by com.pmease.quickbuild.repositorysupport.RepositoryRuntime
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RepositoryRuntime
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

This class stores runtime information of a repository.

See Also:
Serialized Form

Constructor Summary
RepositoryRuntime()
           
 
Method Summary
 RepositoryRuntime clone()
           
 Revision getRevision()
           
 boolean isCheckout()
           
 void setCheckout(boolean checkout)
           
 void setRevision(Revision revision)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryRuntime

public RepositoryRuntime()
Method Detail

getRevision

public Revision getRevision()
Get revision of the repository used in the build. Null if unknown.


setRevision

public void setRevision(Revision revision)

isCheckout

public boolean isCheckout()
Whether or not this repository is used to checkout code in the build.


setCheckout

public void setCheckout(boolean checkout)

clone

public RepositoryRuntime clone()
Overrides:
clone in class java.lang.Object


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.