|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.QueueFacade
Facade class for Queue. A build queue.
Constructor Summary | |
QueueFacade()
|
Method Summary | |
java.lang.String |
getName()
Specify name of this queue |
long |
getThreadCount()
You should configure the number of working threads in this queue to run builds. |
boolean |
isAggregateAdjacentBuilds()
If this flag is set, QuickBuild will aggregate adjacent builds in this queue when it thinks proper. |
void |
setAggregateAdjacentBuilds(boolean aggregateAdjacentBuilds)
|
void |
setName(java.lang.String name)
|
void |
setThreadCount(long threadCount)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueueFacade()
Method Detail |
public long getThreadCount()
public void setThreadCount(long threadCount)
public boolean isAggregateAdjacentBuilds()
public void setAggregateAdjacentBuilds(boolean aggregateAdjacentBuilds)
public java.lang.String getName()
public void setName(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |