Documentation ¶
Index ¶
- func Initialize() error
- type Client
- func (c *Client) Close() error
- func (c *Client) NumberOfTestReports(appSlug, buildSlug string, count int, time time.Time)
- func (c *Client) SendAddonDeprovisionedEvent(appSlug, currentPlan, newPlan string)
- func (c *Client) SendAddonPlanChangedEvent(appSlug, currentPlan, newPlan string)
- func (c *Client) SendAddonProvisionedEvent(appSlug, currentPlan, newPlan string)
- func (c *Client) SendAddonSSOLoginEvent(appSlug, currentPlan, newPlan string)
- func (c *Client) SendAndroidTestFinishedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
- func (c *Client) SendAndroidTestFinishedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.AndroidDevice, ...)
- func (c *Client) SendAndroidTestStartedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
- func (c *Client) SendAndroidTestStartedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.AndroidDevice, ...)
- func (c *Client) SendIOSTestFinishedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
- func (c *Client) SendIOSTestFinishedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.IosDevice, ...)
- func (c *Client) SendIOSTestStartedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
- func (c *Client) SendIOSTestStartedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.IosDevice, ...)
- func (c *Client) SendUploadRequestedEvent(appSlug, buildSlug string)
- func (c *Client) TestReportResult(appSlug, buildSlug, result, testType string, testResultID uuid.UUID, ...)
- func (c *Client) TestReportSummaryGenerated(appSlug, buildSlug, result string, numberOfTests int, time time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
func (*Client) NumberOfTestReports ¶
NumberOfTestReports ...
func (*Client) SendAddonDeprovisionedEvent ¶
SendAddonDeprovisionedEvent ...
func (*Client) SendAddonPlanChangedEvent ¶
SendAddonPlanChangedEvent ...
func (*Client) SendAddonProvisionedEvent ¶
SendAddonProvisionedEvent ...
func (*Client) SendAddonSSOLoginEvent ¶
SendAddonSSOLoginEvent ...
func (*Client) SendAndroidTestFinishedEvent ¶
func (c *Client) SendAndroidTestFinishedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
SendAndroidTestFinishedEvent ...
func (*Client) SendAndroidTestFinishedOnDeviceEvent ¶
func (c *Client) SendAndroidTestFinishedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.AndroidDevice, eventProperties map[string]interface{})
SendAndroidTestFinishedOnDeviceEvent ...
func (*Client) SendAndroidTestStartedEvent ¶
func (c *Client) SendAndroidTestStartedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
SendAndroidTestStartedEvent ...
func (*Client) SendAndroidTestStartedOnDeviceEvent ¶
func (c *Client) SendAndroidTestStartedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.AndroidDevice, eventProperties map[string]interface{})
SendAndroidTestStartedOnDeviceEvent ...
func (*Client) SendIOSTestFinishedEvent ¶
func (c *Client) SendIOSTestFinishedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
SendIOSTestFinishedEvent ...
func (*Client) SendIOSTestFinishedOnDeviceEvent ¶
func (c *Client) SendIOSTestFinishedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.IosDevice, eventProperties map[string]interface{})
SendIOSTestFinishedOnDeviceEvent ...
func (*Client) SendIOSTestStartedEvent ¶
func (c *Client) SendIOSTestStartedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})
SendIOSTestStartedEvent ...
func (*Client) SendIOSTestStartedOnDeviceEvent ¶
func (c *Client) SendIOSTestStartedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.IosDevice, eventProperties map[string]interface{})
SendIOSTestStartedOnDeviceEvent ...
func (*Client) SendUploadRequestedEvent ¶
SendUploadRequestedEvent ...
Click to show internal directories.
Click to hide internal directories.