v3

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CodeArtsBuildClientBuilder

func CodeArtsBuildClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForDownloadKeystore

func GenReqDefForDownloadKeystore() *def.HttpRequestDef

func GenReqDefForRunJob

func GenReqDefForRunJob() *def.HttpRequestDef

func GenReqDefForShowHistoryDetails

func GenReqDefForShowHistoryDetails() *def.HttpRequestDef

func GenReqDefForShowJobListByProjectId

func GenReqDefForShowJobListByProjectId() *def.HttpRequestDef

func GenReqDefForShowJobStatus

func GenReqDefForShowJobStatus() *def.HttpRequestDef

func GenReqDefForShowJobSuccessRatio

func GenReqDefForShowJobSuccessRatio() *def.HttpRequestDef

func GenReqDefForShowLastHistory

func GenReqDefForShowLastHistory() *def.HttpRequestDef

func GenReqDefForShowListHistory

func GenReqDefForShowListHistory() *def.HttpRequestDef

func GenReqDefForShowListPeriodHistory

func GenReqDefForShowListPeriodHistory() *def.HttpRequestDef

Types

type CodeArtsBuildClient

type CodeArtsBuildClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCodeArtsBuildClient

func NewCodeArtsBuildClient(hcClient *http_client.HcHttpClient) *CodeArtsBuildClient

func (*CodeArtsBuildClient) DownloadKeystore

DownloadKeystore KeyStore文件下载

下载指定租户下的KeyStore文件

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) DownloadKeystoreInvoker

func (c *CodeArtsBuildClient) DownloadKeystoreInvoker(request *model.DownloadKeystoreRequest) *DownloadKeystoreInvoker

DownloadKeystoreInvoker KeyStore文件下载

func (*CodeArtsBuildClient) RunJob

RunJob 执行构建任务

执行构建任务,可传自定义参数。

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) RunJobInvoker

func (c *CodeArtsBuildClient) RunJobInvoker(request *model.RunJobRequest) *RunJobInvoker

RunJobInvoker 执行构建任务

func (*CodeArtsBuildClient) ShowHistoryDetails

ShowHistoryDetails 获取构建历史详情信息接口

获取构建历史详情信息接口

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowHistoryDetailsInvoker

func (c *CodeArtsBuildClient) ShowHistoryDetailsInvoker(request *model.ShowHistoryDetailsRequest) *ShowHistoryDetailsInvoker

ShowHistoryDetailsInvoker 获取构建历史详情信息接口

func (*CodeArtsBuildClient) ShowJobListByProjectId

ShowJobListByProjectId 查看项目下用户的构建任务列表

查看项目下用户的构建任务列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowJobListByProjectIdInvoker

func (c *CodeArtsBuildClient) ShowJobListByProjectIdInvoker(request *model.ShowJobListByProjectIdRequest) *ShowJobListByProjectIdInvoker

ShowJobListByProjectIdInvoker 查看项目下用户的构建任务列表

func (*CodeArtsBuildClient) ShowJobStatus

ShowJobStatus 查看任务运行状态

查看任务运行状态

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowJobStatusInvoker

func (c *CodeArtsBuildClient) ShowJobStatusInvoker(request *model.ShowJobStatusRequest) *ShowJobStatusInvoker

ShowJobStatusInvoker 查看任务运行状态

func (*CodeArtsBuildClient) ShowJobSuccessRatio

ShowJobSuccessRatio 根据开始时间和结束时间查看构建任务的构建成功率

根据开始时间和结束时间查看构建任务的构建成功率

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowJobSuccessRatioInvoker

func (c *CodeArtsBuildClient) ShowJobSuccessRatioInvoker(request *model.ShowJobSuccessRatioRequest) *ShowJobSuccessRatioInvoker

ShowJobSuccessRatioInvoker 根据开始时间和结束时间查看构建任务的构建成功率

func (*CodeArtsBuildClient) ShowLastHistory

ShowLastHistory 查询指定代码仓库最近一次成功的构建历史

查询指定代码仓库最近一次成功的构建历史

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowLastHistoryInvoker

func (c *CodeArtsBuildClient) ShowLastHistoryInvoker(request *model.ShowLastHistoryRequest) *ShowLastHistoryInvoker

ShowLastHistoryInvoker 查询指定代码仓库最近一次成功的构建历史

func (*CodeArtsBuildClient) ShowListHistory

ShowListHistory 查看构建任务的构建历史列表

查看构建任务的构建历史列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowListHistoryInvoker

func (c *CodeArtsBuildClient) ShowListHistoryInvoker(request *model.ShowListHistoryRequest) *ShowListHistoryInvoker

ShowListHistoryInvoker 查看构建任务的构建历史列表

func (*CodeArtsBuildClient) ShowListPeriodHistory

ShowListPeriodHistory 根据开始时间和结束时间查看构建任务的构建历史列表

根据开始时间和结束时间查看构建任务的构建历史列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CodeArtsBuildClient) ShowListPeriodHistoryInvoker

func (c *CodeArtsBuildClient) ShowListPeriodHistoryInvoker(request *model.ShowListPeriodHistoryRequest) *ShowListPeriodHistoryInvoker

ShowListPeriodHistoryInvoker 根据开始时间和结束时间查看构建任务的构建历史列表

type DownloadKeystoreInvoker

type DownloadKeystoreInvoker struct {
	*invoker.BaseInvoker
}

func (*DownloadKeystoreInvoker) Invoke

type RunJobInvoker

type RunJobInvoker struct {
	*invoker.BaseInvoker
}

func (*RunJobInvoker) Invoke

func (i *RunJobInvoker) Invoke() (*model.RunJobResponse, error)

type ShowHistoryDetailsInvoker

type ShowHistoryDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowHistoryDetailsInvoker) Invoke

type ShowJobListByProjectIdInvoker

type ShowJobListByProjectIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowJobListByProjectIdInvoker) Invoke

type ShowJobStatusInvoker

type ShowJobStatusInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowJobStatusInvoker) Invoke

type ShowJobSuccessRatioInvoker

type ShowJobSuccessRatioInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowJobSuccessRatioInvoker) Invoke

type ShowLastHistoryInvoker

type ShowLastHistoryInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowLastHistoryInvoker) Invoke

type ShowListHistoryInvoker

type ShowListHistoryInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowListHistoryInvoker) Invoke

type ShowListPeriodHistoryInvoker

type ShowListPeriodHistoryInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowListPeriodHistoryInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL