App-BitBucketCli
view release on metacpan or search on metacpan
lib/App/BitBucketCli/Core.pm view on Meta::CPAN
use App::BitBucketCli::Core;
# create a stash object
my $stash = App::BitBucketCli::Core->new(
url => 'http://stash.example.com/',
);
# Get a list of open pull requests for a repository
my $prs = $stash->pull_requests($project, $repository);
=head1 DESCRIPTION
=head1 SUBROUTINES/METHODS
=head2 C<branch ()>
=head2 C<get_branches ()>
=head2 C<get_pull_requests ()>
=head2 C<projects ()>
=head2 C<pull_requests ( $project, $repository, $state )>
Gets all of the pull requests in C<$state>.
=head2 C<repositories ( $project )>
Gets details of all repositories of $project
=head2 C<repository ( $project, $repository )>
Gets details of a repository
=head1 ATTRIBUTES
=head2 url
=head2 host
=head2 user
=head2 pass
=head2 mech
=head2 max
Set the maximum number of results to collect from BitBucket Server.
=head2 opt
=head1 DIAGNOSTICS
=head1 CONFIGURATION AND ENVIRONMENT
=head1 DEPENDENCIES
=head1 INCOMPATIBILITIES
=head1 BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report problems to Ivan Wills (ivan.wills@gmail.com).
Patches are welcome.
=head1 AUTHOR
Ivan Wills - (ivan.wills@gmail.com)
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2017 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077).
All rights reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. See L<perlartistic>. This program is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
=cut
( run in 0.536 second using v1.01-cache-2.11-cpan-39bf76dae61 )