Versions in this module Expand all Collapse all v0 v0.0.6 Feb 4, 2020 Changes in this version + func CreatePipeline(d *schema.ResourceData, meta interface{}) error + func DeletePipeline(d *schema.ResourceData, meta interface{}) error + func Provider() terraform.ResourceProvider + func ReadPipeline(d *schema.ResourceData, meta interface{}) error + func UpdatePipeline(d *schema.ResourceData, meta interface{}) error + type Client struct + func NewClient(orgURLStr, apiToken string) (*Client, error) + func (c *Client) Delete(pathParts []string) error + func (c *Client) Get(pathParts []string, resBody interface{}) error + func (c *Client) Patch(pathParts []string, reqBody, resBody interface{}) error + func (c *Client) Post(pathParts []string, reqBody, resBody interface{}) error + func (c *Client) Put(pathParts []string, reqBody, resBody interface{}) error + type Pipeline struct + BadgeURL string + BranchConfiguration string + BuildsURL string + CreatedAt string + DefaultBranch string + Description string + Environment map[string]string + Id string + Name string + Provider repositoryProvider + ProviderSettings map[string]interface{} + Repository string + Slug string + Steps []Step + Url string + WebURL string + type Step struct + AgentQueryRules []string + ArtifactPaths string + BranchConfiguration string + Command string + Concurrency int + Environment map[string]string + Name string + Parallelism int + TimeoutInMinutes int + Type string