Xinc-Build
[ class tree: Xinc-Build ] [ index: Xinc-Build ] [ all elements ]

Class: Xinc_Build_Queue

Source Location: /Xinc/Build/Queue.php

Class Overview




Implements interfaces:

Methods



Class Details

[line 35]


[ Top ]


Class Methods


constructor __construct [line 53]

Xinc_Build_Queue __construct( )

constructor for build queue



Tags:

access:  public


[ Top ]

method addBuild [line 63]

void addBuild( Xinc_Build_Interface $build)

adds a build to the queue



Tags:

access:  public


Parameters:

Xinc_Build_Interface   $build  

[ Top ]

method addBuilds [line 73]

void addBuilds( Xinc_Build_Iterator $builds)

Adds a number of builds to the queue



Tags:

access:  public


Parameters:

Xinc_Build_Iterator   $builds  

[ Top ]

method getNextBuild [line 161]

Xinc_Build_Interface getNextBuild( )

Removes the next scheduled build from the queue and returns it



Tags:

access:  public


[ Top ]

method getNextBuildTime [line 96]

integer getNextBuildTime( )

Returns the next build time of all the builds scheduled in this queue



Tags:

return:  unixtimestamp
access:  public


[ Top ]

method sortQueue [line 143]

integer sortQueue( Xinc_Build_Interface $a, Xinc_Build_Interface $b)

Sorts the builds in the queue by buildtime



Tags:

access:  public


Parameters:


[ Top ]


Documentation generated on Sun, 09 Dec 2012 21:49:32 +0100 by phpDocumentor 1.4.4