Foundry.ForgeIssue¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.ForgeIssue(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for representing issues from forge services.
Foundry.ForgeIssueprovides the core interface for representing issues and bug reports from forge services. It includes common properties like ID, title, state, and creation date, and provides a unified interface for issue management across different forge platforms.- dup_author()¶
- Returns:
a [class`Foundry`.ForgeUser], or
None- Return type:
Gets a copy of the user who authored the issue.
Added in version 1.1.
- dup_created_at()¶
- Returns:
- Return type:
Added in version 1.1.
- do_dup_author() virtual¶
- Returns:
a [class`Foundry`.ForgeUser], or
None- Return type:
Gets a copy of the user who authored the issue.
Added in version 1.1.
- do_dup_created_at() virtual¶
- Returns:
- Return type:
Added in version 1.1.
Property Details¶
- Foundry.ForgeIssue.props.author¶
- Name:
author- Type:
- Default Value:
- Flags:
- Foundry.ForgeIssue.props.created_at¶
- Name:
created-at- Type:
- Default Value:
- Flags:
- Foundry.ForgeIssue.props.description¶