Documentation ¶
Index ¶
- type Client
- func (c *Client) Build(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) CancelWorkflowTask(header http.Header, qs url.Values, id string, name string) (statusCode int, err error)
- func (c *Client) CreateProject(header http.Header, qs url.Values, body []byte) ([]byte, error)
- func (c *Client) CreateWorkflowTask(header http.Header, qs url.Values, body []byte, workflowName string) ([]byte, error)
- func (c *Client) DeleteProject(header http.Header, qs url.Values, productName string) ([]byte, error)
- func (c *Client) Deploy(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) DownloadKubeConfig(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) GetArtifactByImage(header http.Header, qs url.Values, image string) ([]byte, error)
- func (c *Client) GetArtifactInfo(header http.Header, qs url.Values, id string) ([]byte, error)
- func (c *Client) GetDetailedWorkflowTask(header http.Header, qs url.Values, taskID, name string) ([]byte, error)
- func (c *Client) ListAllWorkflows(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) ListDelivery(header http.Header, qs url.Values, ...) ([]byte, error)
- func (c *Client) ListProjects(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) ListTestWorkflows(testName string, header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) ListTestings(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) ListWorkflowTask(header http.Header, qs url.Values, commitId string) ([]byte, error)
- func (c *Client) ListWorkflows(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) ListWorkflowsV3(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) Overview(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) RestartWorkflowTask(header http.Header, qs url.Values, id string, name string) (statusCode int, err error)
- func (c *Client) Test(header http.Header, qs url.Values) ([]byte, error)
- func (c *Client) UpdateProject(header http.Header, qs url.Values, body []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *httpclient.Client // contains filtered or unexported fields }
func (*Client) CancelWorkflowTask ¶
func (*Client) CreateProject ¶
func (*Client) CreateWorkflowTask ¶
func (*Client) DeleteProject ¶
func (*Client) DownloadKubeConfig ¶ added in v1.7.1
func (*Client) GetArtifactByImage ¶ added in v1.8.0
func (*Client) GetArtifactInfo ¶ added in v1.8.0
func (*Client) GetDetailedWorkflowTask ¶ added in v1.8.0
func (*Client) ListAllWorkflows ¶ added in v1.9.9
func (*Client) ListDelivery ¶
func (*Client) ListProjects ¶
func (*Client) ListTestWorkflows ¶
func (*Client) ListTestings ¶ added in v1.9.9
func (*Client) ListWorkflowTask ¶
func (*Client) ListWorkflows ¶ added in v1.7.1
func (*Client) ListWorkflowsV3 ¶ added in v1.8.0
func (*Client) RestartWorkflowTask ¶
Click to show internal directories.
Click to hide internal directories.