Method Summary |
|
isFileImportant(self,
filename)
|
Inherited from Build |
|
__init__ (self,
requests)
|
|
__getstate__ (self)
|
|
__repr__ (self)
|
|
acquireLocks (self,
res)
|
|
allChanges (self)
|
|
allFiles (self)
|
|
allStepsDone (self)
|
|
blamelist (self)
|
|
buildException (self,
why)
|
|
buildFinished (self,
text,
color,
results)
This method must be called when the last Step has completed. |
|
changesText (self)
|
|
getNextStep (self)
This method is called to obtain the next BuildStep for this build. |
|
getProperty (self,
propname)
|
|
getSlaveCommandVersion (self,
command,
oldversion)
|
|
getSlaveName (self)
|
|
getSourceStamp (self)
|
|
getStatus (self)
|
|
lostRemote (self,
remote)
|
|
releaseLocks (self)
|
|
setBuilder (self,
builder)
Set the given builder as our builder. |
|
setLocks (self,
locks)
|
|
setProperty (self,
propname,
value)
Set a property on this build. |
|
setSteps (self,
steps)
Set a list of StepFactories, which are generally just class objects
which derive from step.BuildStep . |
|
setupBuild (self,
expectations)
|
|
setupSlaveBuilder (self,
slavebuilder)
|
|
setupStatus (self,
build_status)
|
|
startBuild (self,
build_status,
expectations,
slavebuilder)
This method sets up the build, then starts it by invoking the first
Step. |
|
startNextStep (self)
|
|
stepDone (self,
result,
step)
This method is called when the BuildStep completes. |
|
stopBuild (self,
reason)
|