com.pmease.quickbuild.repositorysupport
Class RepositoryRuntime
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryRuntime
public RepositoryRuntime()
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.