new(SelectorParamsHashref)
Sync()
AddProperty(PropertyParamsHashref)
DeleteProperty(PropertyParamsHashref)
Create()
Delete()
BuildForge::API::Selector
my $Selector = new BuildForge::API::Selector({'name'=>"MySelector"); $Selector->Create();
This class allows you to create and modify selectors for use with projects and steps to select servers to use with them.
new(SelectorParamsHashref)
Creates the selector object to allow creation and modification of selectors.
Sync()
Syncs this selectors properties with the data currently in the BuildForge console.
AddProperty(PropertyParamsHashref)
Add a property to this selector
DeleteProperty(PropertyParamsHashref)
Deletes a property from this selector. The property hashref can contain as many or few of the following properties as desired.
Create()
Creates the Selector for use with projects and steps.
Delete()
Deletes the property from the console. Note that this will fail if the Selector is in use by any project or step.
BuildForge, Inc.