Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 9457b02689c69e152aa2cda68176fa51 > files > 6

buildbot-doc-0.8.4p1-2.fc16.noarch.rpm

<html lang="en">
<head>
<title>AnyBranchScheduler - BuildBot Manual - 0.8.4p1</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="BuildBot Manual - 0.8.4p1">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Schedulers.html#Schedulers" title="Schedulers">
<link rel="prev" href="SingleBranchScheduler.html#SingleBranchScheduler" title="SingleBranchScheduler">
<link rel="next" href="Dependent-Scheduler.html#Dependent-Scheduler" title="Dependent Scheduler">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is the BuildBot manual for Buildbot version 0.8.4p1.

Copyright (C) 2005, 2006, 2009, 2010 Brian Warner

Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are preserved.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="AnyBranchScheduler"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Dependent-Scheduler.html#Dependent-Scheduler">Dependent Scheduler</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="SingleBranchScheduler.html#SingleBranchScheduler">SingleBranchScheduler</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Schedulers.html#Schedulers">Schedulers</a>
<hr>
</div>

<h4 class="subsection">4.8.4 AnyBranchScheduler</h4>

<p><a name="index-buildbot_002eschedulers_002ebasic_002eAnyBranchScheduler-56"></a>
This scheduler uses a tree-stable-timer like the default one, but
uses a separate timer for each branch.

   <p>The arguments to this scheduler are:

     <dl>
<dt><code>name</code>
<br><dt><code>builderNames</code>
<br><dt><code>properties</code>
<br><dt><code>fileIsImportant</code>
<br><dt><code>change_filter</code><dd>see <a href="Configuring-Schedulers.html#Configuring-Schedulers">Configuring Schedulers</a>

     <br><dt><code>treeStableTimer</code><dd>The scheduler will wait for this many seconds before starting the
build. If new changes are made during this interval, the timer will be
restarted, so really the build will be started after a change and then
after this many seconds of inactivity.

     <br><dt><code>branches (deprecated; use change_filter)</code><dd>This scheduler will pay attention to any number of branches, ignoring
Changes that occur on other branches.

     <br><dt><code>categories (deprecated; use change_filter)</code><dd>A list of categories of changes that this scheduler will respond to.  If this
is specified, then any non-matching changes are ignored.

   </dl>

   </body></html>