llvm_snapshot_builder.actions.delete_project

CoprActionDeleteProject

Module Contents

Classes

CoprActionDeleteProject

Attempts to delete the project if it exists and cancels builds before.

class llvm_snapshot_builder.actions.delete_project.CoprActionDeleteProject(proj: Union[llvm_snapshot_builder.copr_project_ref.CoprProjectRef, str], **kwargs)[source]

Bases: llvm_snapshot_builder.actions.action.CoprAction, llvm_snapshot_builder.mixins.client_mixin.CoprClientMixin

Attempts to delete the project if it exists and cancels builds before.

run() bool[source]

Runs the action.