Warning
Client version 2 is obsolete, please use Client version 3 instead.
see entity attributes at Project entity attributes.
Updates project using the current state.
Shortcut for for ProjectHandle.update()
Return type: | OperationResult |
---|
Updates project using the current state
Return type: | OperationResult |
---|
Get builds owned by this project
Parameters: | query_options – see handlers.BuildHandle.get_list() |
---|---|
Return type: | BuildsList |
Get build tasks owned by this project
Parameters: | query_options – see handlers.BuildHandle.get_list() |
---|---|
Return type: | BuildTasksList |
Retrieves project chroot object by the given name
Parameters: | name (str) – mock chroot name |
---|---|
Return type: | ProjectChroot |
Retrieves project chroots list
Return type: | ProjectChrootList |
---|
Enables given chroot for this project
Shortcut for for ProjectChrootHandle.enable()
Parameters: | name (str) – mock chroot name |
---|---|
Return type: | OperationResult |
Shortcut for BuildHandle.create_from_file() (here you don’t need to specify project_id)
Shortcut for BuildHandle.create_from_file() (here you don’t need to specify project_id)
see entity attributes at Project chroot entity attributes.
Disables chroot for the bound project
Return type: | OperationResult |
---|
Updates chroot with the current entity state
Return type: | OperationResult |
---|
List of the ProjectChroot in the one Project.
Return type: | list of ProjectChroot |
---|
Enables mock chroot for the current project
Return type: | OperationResult |
---|
see entity attributes at Build entity attributes.
Updates the current build
Return type: | OperationResult |
---|
Deletes the current build
Return type: | OperationResult |
---|
Get build tasks owned by this build
Parameters: | query_options – see handlers.BuildHandle.get_list() |
---|---|
Return type: | BuildTasksList |
see entity attributes at Build task entity attributes.
see entity attributes at Mock chroot entity attributes.
List of the mock chroots supported by the service
Return type: | list of MockChroot |
---|
Fake resource to represent results of the requested operation