NAME

BuildForge::API::Engine


SYNOPSIS

        my $Engine = new BuildForge::API::Engine();
        $Engine->Pause();
        $Engine->Resume();


DESCRIPTION

    This class allows for very basic pause/resume control of the buildforge
engine.


METHODS

new()

Creates the object to allow control over the buildforge engine.

Pause()

Pauses the BuildForge engine, currently running builds will continue to completion however no newly queued builds will be allowed to start.

Resume()

Resumes the BuildForge engine.


AUTHOR

BuildForge, Inc.