Ggit.CherryPickOptions¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Checkout options |
||
r/w |
Mainline |
||
r/w |
Merge options |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ggit.CherryPickOptions(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents the options used when doign a cherry-pick.
- classmethod new()¶
- Returns:
- Return type:
Create a new cherry-pick options object.
- get_checkout_options()¶
- Returns:
- Return type:
Get the checkout options.
- get_mainline()¶
- Returns:
the mainline parent.
- Return type:
Get the mainline parent to use when cherry-picking a merge commit.
- get_merge_options()¶
- Returns:
- Return type:
Get the merge options.
- set_checkout_options(checkout_options)¶
- Parameters:
checkout_options (
Ggit.CheckoutOptions
orNone
) – aGgit.CheckoutOptions
.
Set the checkout options.
- set_mainline(mainline)¶
- Parameters:
mainline (
int
) – the mainline parent.
Set the mainline parent to use when cherry-picking a merge commit.
- set_merge_options(merge_options)¶
- Parameters:
merge_options (
Ggit.MergeOptions
orNone
) – aGgit.MergeOptions
.
Set the merge options.
Property Details¶
- Ggit.CherryPickOptions.props.checkout_options¶
- Name:
checkout-options
- Type:
- Default Value:
- Flags:
Checkout options
- Ggit.CherryPickOptions.props.mainline¶
-
Mainline
- Ggit.CherryPickOptions.props.merge_options¶
- Name:
merge-options
- Type:
- Default Value:
- Flags:
Merge options