Foundry.ForgeProject¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.ForgeProject(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Represents a project on a forge.
Plugins can implement this as part of their forge implementation to allow the user to access various forge features related to their project.
New in version 1.1.
- list_issues(query)¶
- Parameters:
query (
Foundry.ForgeQueryorNone) –- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.ForgeListing] or rejects with error.
- Return type:
Queries the forge for a list of issues in the project.
New in version 1.1.
- list_merge_requests(query)¶
- Parameters:
query (
Foundry.ForgeQueryorNone) –- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.ForgeListing] or rejects with error.
- Return type:
Queries the forge for a list of merge requests in the project.
New in version 1.1.
- load_avatar()¶
- Returns:
a [class`Dex`.Future] that resolves to a [struct`GLib`.Bytes] or rejects with error.
- Return type:
New in version 1.1.
- do_list_issues(query) virtual¶
- Parameters:
query (
Foundry.ForgeQueryorNone) –- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.ForgeListing] or rejects with error.
- Return type:
Queries the forge for a list of issues in the project.
New in version 1.1.
- do_list_merge_requests(query) virtual¶
- Parameters:
query (
Foundry.ForgeQueryorNone) –- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.ForgeListing] or rejects with error.
- Return type:
Queries the forge for a list of merge requests in the project.
New in version 1.1.
- do_load_avatar() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [struct`GLib`.Bytes] or rejects with error.
- Return type:
New in version 1.1.
Property Details¶
- Foundry.ForgeProject.props.avatar_url¶
- Foundry.ForgeProject.props.description¶
- Foundry.ForgeProject.props.issues_url¶
- Foundry.ForgeProject.props.merge_requests_url¶
- Foundry.ForgeProject.props.online_url¶