Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a5f14d89
Commit
a5f14d89
authored
Mar 05, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the stability status of several WebService methods.
parent
b0f8162e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
Bug.pm
Bugzilla/WebService/Bug.pm
+11
-9
Bugzilla.pm
Bugzilla/WebService/Bugzilla.pm
+1
-1
User.pm
Bugzilla/WebService/User.pm
+2
-2
No files found.
Bugzilla/WebService/Bug.pm
View file @
a5f14d89
...
...
@@ -1087,7 +1087,7 @@ private attachments.
=item C<comments>
B<
UN
STABLE>
B<STABLE>
=over
...
...
@@ -1225,7 +1225,7 @@ that id.
=item C<get>
B<
EXPERIMENTAL
>
B<
STABLE
>
=over
...
...
@@ -1252,7 +1252,7 @@ Note that it's possible for aliases to be disabled in Bugzilla, in which
case you will be told that you have specified an invalid bug_id if you
try to specify an alias. (It will be error 100.)
=item C<permissive> B<
UNSTABLE
>
=item C<permissive> B<
EXPERIMENTAL
>
C<boolean> Normally, if you request any inaccessible or invalid bug ids,
Bug.get will throw an error. If this parameter is True, instead of throwing an
...
...
@@ -1301,12 +1301,14 @@ isn't a duplicate of any bug, this will be an empty int.
C<int> The numeric bug_id of this bug.
=item internals B<
UNSTABLE
>
=item internals B<
DEPRECATED
>
A hash. The internals of a L<Bugzilla::Bug> object. This is extremely
unstable, and you should only rely on this if you absolutely have to. The
structure of the hash may even change between point releases of Bugzilla.
This will be disappearing in a future version of Bugzilla.
=item is_open
C<boolean> Returns true (1) if this bug is open, false (0) if it is closed.
...
...
@@ -1341,7 +1343,7 @@ C<string> The summary of this bug.
=back
=item C<faults> B<
UNSTABLE
>
=item C<faults> B<
EXPERIMENTAL
>
An array of hashes that contains invalid bug ids with error messages
returned for them. Each hash contains the following items:
...
...
@@ -1433,7 +1435,7 @@ in Bugzilla B<3.4>:
=item C<history>
B<
UNSTABLE
>
B<
EXPERIMENTAL
>
=over
...
...
@@ -1730,7 +1732,7 @@ for that value.
=item C<create>
B<
EXPERIMENTAL
>
B<
STABLE
>
=over
...
...
@@ -1886,7 +1888,7 @@ method.
=item C<add_comment>
B<
EXPERIMENTAL
>
B<
STABLE
>
=over
...
...
@@ -1964,7 +1966,7 @@ purposes if you wish.
=item C<update_see_also>
B<
UNSTABLE
>
B<
EXPERIMENTAL
>
=over
...
...
Bugzilla/WebService/Bugzilla.pm
View file @
a5f14d89
...
...
@@ -191,7 +191,7 @@ string in (+/-)XXXX (RFC 2822) format.
=item C<time>
B<
EXPERIMENTAL
>
B<
STABLE
>
=over
...
...
Bugzilla/WebService/User.pm
View file @
a5f14d89
...
...
@@ -370,7 +370,7 @@ An account with that email address already exists in Bugzilla.
=item C<create>
B<
EXPERIMENTAL
>
B<
STABLE
>
=over
...
...
@@ -439,7 +439,7 @@ password is under three characters.)
=item C<get>
B<
UN
STABLE>
B<STABLE>
=over
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment