BuildForge::API::Class
my $Class = new BuildForge::API::Class(); $Class->{'name'} = "My New Class"; $Class->Create();
This class allows you to create, access, and delete BuildForge project classes.
new({ClassParamsHashRef})
Create an object to access existing class information, or to add a new class to the BuildForge console.
Create()
Creates a new project Class. This method requires the variable 'name' be set within the class.
Delete()
Deletes the Class. Requires the class 'name' to be set.
Sync()
Syncs the object data with information from the console database.
BuildForge, Inc.