huawei_cloud_api_definitions_CodeArtsBuild/
lib.rs

1#[cfg(feature = "CreateBuildJob")]
2pub mod CreateBuildJob;
3#[cfg(feature = "CreateTemplates")]
4pub mod CreateTemplates;
5#[cfg(feature = "DeleteBuildJob")]
6pub mod DeleteBuildJob;
7#[cfg(feature = "DeleteTemplates")]
8pub mod DeleteTemplates;
9#[cfg(feature = "DisableBuildJob")]
10pub mod DisableBuildJob;
11#[cfg(feature = "DisableNotice")]
12pub mod DisableNotice;
13#[cfg(feature = "DownloadBuildLog")]
14pub mod DownloadBuildLog;
15#[cfg(feature = "DownloadKeystore")]
16pub mod DownloadKeystore;
17#[cfg(feature = "DownloadLogByRecordId")]
18pub mod DownloadLogByRecordId;
19#[cfg(feature = "DownloadTaskLog")]
20pub mod DownloadTaskLog;
21#[cfg(feature = "EnableBuildJob")]
22pub mod EnableBuildJob;
23#[cfg(feature = "ListJobConfig")]
24pub mod ListJobConfig;
25#[cfg(feature = "ListNotice")]
26pub mod ListNotice;
27#[cfg(feature = "ListTemplates")]
28pub mod ListTemplates;
29#[cfg(feature = "RunJob")]
30pub mod RunJob;
31#[cfg(feature = "ShowFlowGraph")]
32pub mod ShowFlowGraph;
33#[cfg(feature = "ShowHistoryDetails")]
34pub mod ShowHistoryDetails;
35#[cfg(feature = "ShowJobListByProjectId")]
36pub mod ShowJobListByProjectId;
37#[cfg(feature = "ShowJobStatus")]
38pub mod ShowJobStatus;
39#[cfg(feature = "ShowJobSuccessRatio")]
40pub mod ShowJobSuccessRatio;
41#[cfg(feature = "ShowLastHistory")]
42pub mod ShowLastHistory;
43#[cfg(feature = "ShowListHistory")]
44pub mod ShowListHistory;
45#[cfg(feature = "ShowListPeriodHistory")]
46pub mod ShowListPeriodHistory;
47#[cfg(feature = "ShowOutputInfo")]
48pub mod ShowOutputInfo;
49#[cfg(feature = "ShowRecordDetail")]
50pub mod ShowRecordDetail;
51#[cfg(feature = "ShowRecordInfo")]
52pub mod ShowRecordInfo;
53#[cfg(feature = "StopBuildJob")]
54pub mod StopBuildJob;
55#[cfg(feature = "StopJob")]
56pub mod StopJob;
57#[cfg(feature = "UpdateBuildJob")]
58pub mod UpdateBuildJob;
59#[cfg(feature = "UpdateNotice")]
60pub mod UpdateNotice;