Class: Pindo::TaskSystem::AndroidBuildTask
- Defined in:
- lib/pindo/module/task/model/build/android_build_task.rb
Overview
Android 构建任务基类所有 Android 平台构建任务的抽象基类子类包括:AndroidBuildDevTask、AndroidBuildAdhocTask、AndroidBuildGPlayTask
Direct Known Subclasses
AndroidBuildAdhocTask, AndroidBuildDevTask, AndroidBuildGPlayTask
Instance Attribute Summary
Attributes inherited from BuildTask
#mode, #output_path, #platform, #project_path
Attributes inherited from PindoTask
#callbacks_setup, #context, #created_at, #dependencies, #error, #finished_at, #id, #max_retry_count, #metadata, #name, #priority, #result, #retry_count, #retry_delay, #retry_mode, #started_at, #status, #type
Method Summary
Methods inherited from BuildTask
create_android_task, create_ios_task, create_task, create_web_task, default_retry_count, default_retry_delay, default_retry_mode, #initialize, normalize_mode, normalize_platform, task_type
Methods inherited from PindoTask
#before_retry, #cancel, #cancelled?, #check_cancelled!, default_retry_count, default_retry_delay, default_retry_mode, #do_task, #execution_time, #finished?, #initialize, #on, #reset_for_retry, #retryable?, #running?, #should_retry?, task_type, #validate
Constructor Details
This class inherits a constructor from Pindo::TaskSystem::BuildTask