Why not adopt me?
NAME
WebService::TeamCity::Entity::BuildType - A single TeamCity build type
VERSION
version 0.04
SYNOPSIS
my $build_type = ...;
my $template = $build_type->template;
DESCRIPTION
This class represents a single TeamCity build type.
API
This class has the following methods:
$build_type->href
Returns the REST API URI for the build type, without the scheme and host.
$build_type->name
Returns the build type's name.
$build_type->description
Returns the build type's description.
$build_type->id
Returns the build type's id string.
$build_type->web_url
Returns a browser-friendly URI for the build type.
$build_type->project
Returns the WebService::TeamCity::Entity::Project for the project associated with the build type.
$build_type->builds
Returns a WebService::TeamCity::Iterator which returns WebService::TeamCity::Entity::Build objects.
SUPPORT
Bugs may be submitted through https://github.com/maxmind/WebService-TeamCity/issues.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by MaxMind, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.