Documentation
¶
Index ¶
- Variables
- func NewCDEvent(eventType, specVersion string) (api.CDEvent, error)
- func NewFromJsonBytes(event []byte) (api.CDEventV04, error)
- func NewFromJsonString(event string) (api.CDEventV04, error)
- type ArtifactDeletedEvent
- type ArtifactDeletedSubject
- type ArtifactDownloadedEvent
- type ArtifactDownloadedSubject
- type ArtifactPackagedEvent
- type ArtifactPackagedSubject
- type ArtifactPackagedSubjectContentSbom
- type ArtifactPublishedEvent
- type ArtifactPublishedSubject
- type ArtifactPublishedSubjectContentSbom
- type ArtifactSignedEvent
- type ArtifactSignedSubject
- type BranchCreatedEvent
- type BranchCreatedSubject
- type BranchDeletedEvent
- type BranchDeletedSubject
- type BuildFinishedEvent
- type BuildFinishedSubject
- type BuildQueuedEvent
- type BuildQueuedSubject
- type BuildStartedEvent
- type BuildStartedSubject
- type ChangeAbandonedEvent
- type ChangeAbandonedSubject
- type ChangeCreatedEvent
- type ChangeCreatedSubject
- type ChangeMergedEvent
- type ChangeMergedSubject
- type ChangeReviewedEvent
- type ChangeReviewedSubject
- type ChangeUpdatedEvent
- type ChangeUpdatedSubject
- type CustomTypeEvent
- type CustomTypeSubject
- type EnvironmentCreatedEvent
- type EnvironmentCreatedSubject
- type EnvironmentDeletedEvent
- type EnvironmentDeletedSubject
- type EnvironmentModifiedEvent
- type EnvironmentModifiedSubject
- type IncidentDetectedEvent
- type IncidentDetectedSubject
- type IncidentReportedEvent
- type IncidentReportedSubject
- type IncidentResolvedEvent
- type IncidentResolvedSubject
- type PipelineRunFinishedEvent
- type PipelineRunFinishedSubject
- type PipelineRunQueuedEvent
- type PipelineRunQueuedSubject
- type PipelineRunStartedEvent
- type PipelineRunStartedSubject
- type RepositoryCreatedEvent
- type RepositoryCreatedSubject
- type RepositoryDeletedEvent
- type RepositoryDeletedSubject
- type RepositoryModifiedEvent
- type RepositoryModifiedSubject
- type ServiceDeployedEvent
- type ServiceDeployedSubject
- type ServicePublishedEvent
- type ServicePublishedSubject
- type ServiceRemovedEvent
- type ServiceRemovedSubject
- type ServiceRolledbackEvent
- type ServiceRolledbackSubject
- type ServiceUpgradedEvent
- type ServiceUpgradedSubject
- type TaskRunFinishedEvent
- type TaskRunFinishedSubject
- type TaskRunStartedEvent
- type TaskRunStartedSubject
- type TestCaseRunFinishedEvent
- type TestCaseRunFinishedSubject
- type TestCaseRunFinishedSubjectContentTestCase
- type TestCaseRunQueuedEvent
- type TestCaseRunQueuedSubject
- type TestCaseRunQueuedSubjectContentTestCase
- type TestCaseRunQueuedSubjectContentTrigger
- type TestCaseRunSkippedEvent
- type TestCaseRunSkippedSubject
- type TestCaseRunSkippedSubjectContentTestCase
- type TestCaseRunStartedEvent
- type TestCaseRunStartedSubject
- type TestCaseRunStartedSubjectContentTestCase
- type TestCaseRunStartedSubjectContentTrigger
- type TestOutputPublishedEvent
- type TestOutputPublishedSubject
- type TestSuiteRunFinishedEvent
- type TestSuiteRunFinishedSubject
- type TestSuiteRunFinishedSubjectContentTestSuite
- type TestSuiteRunQueuedEvent
- type TestSuiteRunQueuedSubject
- type TestSuiteRunQueuedSubjectContentTestSuite
- type TestSuiteRunQueuedSubjectContentTrigger
- type TestSuiteRunStartedEvent
- type TestSuiteRunStartedSubject
- type TestSuiteRunStartedSubjectContentTestSuite
- type TestSuiteRunStartedSubjectContentTrigger
- type TicketClosedEvent
- type TicketClosedSubject
- type TicketCreatedEvent
- type TicketCreatedSubject
- type TicketUpdatedEvent
- type TicketUpdatedSubject
Constants ¶
This section is empty.
Variables ¶
var ArtifactDeletedEventType = api.ArtifactDeletedEventTypeV0_2_0
var ArtifactDownloadedEventType = api.ArtifactDownloadedEventTypeV0_2_0
var ArtifactPackagedEventType = api.ArtifactPackagedEventTypeV0_3_0
var ArtifactPublishedEventType = api.ArtifactPublishedEventTypeV0_3_0
var ArtifactSignedEventType = api.ArtifactSignedEventTypeV0_3_0
var BranchCreatedEventType = api.BranchCreatedEventTypeV0_3_0
var BranchDeletedEventType = api.BranchDeletedEventTypeV0_3_0
var BuildFinishedEventType = api.BuildFinishedEventTypeV0_3_0
var BuildQueuedEventType = api.BuildQueuedEventTypeV0_3_0
var BuildStartedEventType = api.BuildStartedEventTypeV0_3_0
var CDEventsByUnversionedTypes map[string]api.CDEventV04
var CDEventsTypes = []api.CDEventV04{ &ArtifactDeletedEvent{}, &ArtifactDownloadedEvent{}, &ArtifactPackagedEvent{}, &ArtifactPublishedEvent{}, &ArtifactSignedEvent{}, &BranchCreatedEvent{}, &BranchDeletedEvent{}, &BuildFinishedEvent{}, &BuildQueuedEvent{}, &BuildStartedEvent{}, &ChangeAbandonedEvent{}, &ChangeCreatedEvent{}, &ChangeMergedEvent{}, &ChangeReviewedEvent{}, &ChangeUpdatedEvent{}, &EnvironmentCreatedEvent{}, &EnvironmentDeletedEvent{}, &EnvironmentModifiedEvent{}, &IncidentDetectedEvent{}, &IncidentReportedEvent{}, &IncidentResolvedEvent{}, &PipelineRunFinishedEvent{}, &PipelineRunQueuedEvent{}, &PipelineRunStartedEvent{}, &RepositoryCreatedEvent{}, &RepositoryDeletedEvent{}, &RepositoryModifiedEvent{}, &ServiceDeployedEvent{}, &ServicePublishedEvent{}, &ServiceRemovedEvent{}, &ServiceRolledbackEvent{}, &ServiceUpgradedEvent{}, &TaskRunFinishedEvent{}, &TaskRunStartedEvent{}, &TestCaseRunFinishedEvent{}, &TestCaseRunQueuedEvent{}, &TestCaseRunSkippedEvent{}, &TestCaseRunStartedEvent{}, &TestOutputPublishedEvent{}, &TestSuiteRunFinishedEvent{}, &TestSuiteRunQueuedEvent{}, &TestSuiteRunStartedEvent{}, &TicketClosedEvent{}, &TicketCreatedEvent{}, &TicketUpdatedEvent{}, &CustomTypeEvent{}, }
var ChangeAbandonedEventType = api.ChangeAbandonedEventTypeV0_3_0
var ChangeCreatedEventType = api.ChangeCreatedEventTypeV0_4_0
var ChangeMergedEventType = api.ChangeMergedEventTypeV0_3_0
var ChangeReviewedEventType = api.ChangeReviewedEventTypeV0_3_0
var ChangeUpdatedEventType = api.ChangeUpdatedEventTypeV0_3_0
var CustomTypeEventType = api.CustomTypeEventTypeV0_5_0
var EnvironmentCreatedEventType = api.EnvironmentCreatedEventTypeV0_3_0
var EnvironmentDeletedEventType = api.EnvironmentDeletedEventTypeV0_3_0
var EnvironmentModifiedEventType = api.EnvironmentModifiedEventTypeV0_3_0
var IncidentDetectedEventType = api.IncidentDetectedEventTypeV0_3_0
var IncidentReportedEventType = api.IncidentReportedEventTypeV0_3_0
var IncidentResolvedEventType = api.IncidentResolvedEventTypeV0_3_0
var PipelineRunFinishedEventType = api.PipelineRunFinishedEventTypeV0_3_0
var PipelineRunQueuedEventType = api.PipelineRunQueuedEventTypeV0_3_0
var PipelineRunStartedEventType = api.PipelineRunStartedEventTypeV0_3_0
var RepositoryCreatedEventType = api.RepositoryCreatedEventTypeV0_3_0
var RepositoryDeletedEventType = api.RepositoryDeletedEventTypeV0_3_0
var RepositoryModifiedEventType = api.RepositoryModifiedEventTypeV0_3_0
var ServiceDeployedEventType = api.ServiceDeployedEventTypeV0_3_0
var ServicePublishedEventType = api.ServicePublishedEventTypeV0_3_0
var ServiceRemovedEventType = api.ServiceRemovedEventTypeV0_3_0
var ServiceRolledbackEventType = api.ServiceRolledbackEventTypeV0_3_0
var ServiceUpgradedEventType = api.ServiceUpgradedEventTypeV0_3_0
var SpecVersion = "0.5.0"
var TaskRunFinishedEventType = api.TaskRunFinishedEventTypeV0_3_0
var TaskRunStartedEventType = api.TaskRunStartedEventTypeV0_3_0
var TestCaseRunFinishedEventType = api.TestCaseRunFinishedEventTypeV0_3_0
var TestCaseRunQueuedEventType = api.TestCaseRunQueuedEventTypeV0_3_0
var TestCaseRunSkippedEventType = api.TestCaseRunSkippedEventTypeV0_2_0
var TestCaseRunStartedEventType = api.TestCaseRunStartedEventTypeV0_3_0
var TestOutputPublishedEventType = api.TestOutputPublishedEventTypeV0_3_0
var TestSuiteRunFinishedEventType = api.TestSuiteRunFinishedEventTypeV0_3_0
var TestSuiteRunQueuedEventType = api.TestSuiteRunQueuedEventTypeV0_3_0
var TestSuiteRunStartedEventType = api.TestSuiteRunStartedEventTypeV0_3_0
var TicketClosedEventType = api.TicketClosedEventTypeV0_2_0
var TicketCreatedEventType = api.TicketCreatedEventTypeV0_2_0
var TicketUpdatedEventType = api.TicketUpdatedEventTypeV0_2_0
Functions ¶
func NewCDEvent ¶
NewCDEvent produces a CDEvent by type This function can be used by users but it's meant mainly for testing purposes
func NewFromJsonBytes ¶
func NewFromJsonBytes(event []byte) (api.CDEventV04, error)
NewFromJsonBytes builds a new CDEventReader from a JSON string as []bytes This works by unmarshalling the context first, extracting the event type and using that to unmarshal the rest of the event into the correct object. It assumes the context can be unmarshalled in a `Context` object.
func NewFromJsonString ¶
func NewFromJsonString(event string) (api.CDEventV04, error)
Build a new CDEventReader from a JSON string
Types ¶
type ArtifactDeletedEvent ¶
type ArtifactDeletedEvent = api.ArtifactDeletedEventV0_2_0
func NewArtifactDeletedEvent ¶
func NewArtifactDeletedEvent() (*ArtifactDeletedEvent, error)
type ArtifactDeletedSubject ¶
type ArtifactDeletedSubject = api.ArtifactDeletedSubjectV0_2_0
type ArtifactDownloadedEvent ¶
type ArtifactDownloadedEvent = api.ArtifactDownloadedEventV0_2_0
func NewArtifactDownloadedEvent ¶
func NewArtifactDownloadedEvent() (*ArtifactDownloadedEvent, error)
type ArtifactDownloadedSubject ¶
type ArtifactDownloadedSubject = api.ArtifactDownloadedSubjectV0_2_0
type ArtifactPackagedEvent ¶
type ArtifactPackagedEvent = api.ArtifactPackagedEventV0_3_0
func NewArtifactPackagedEvent ¶
func NewArtifactPackagedEvent() (*ArtifactPackagedEvent, error)
type ArtifactPackagedSubject ¶
type ArtifactPackagedSubject = api.ArtifactPackagedSubjectV0_3_0
type ArtifactPackagedSubjectContentSbom ¶
type ArtifactPackagedSubjectContentSbom = api.ArtifactPackagedSubjectContentSbomV0_3_0
ArtifactArtifactSubjectContentSbomV0_3_0 holds the content of a Sbom field in the content
type ArtifactPublishedEvent ¶
type ArtifactPublishedEvent = api.ArtifactPublishedEventV0_3_0
func NewArtifactPublishedEvent ¶
func NewArtifactPublishedEvent() (*ArtifactPublishedEvent, error)
type ArtifactPublishedSubject ¶
type ArtifactPublishedSubject = api.ArtifactPublishedSubjectV0_3_0
type ArtifactPublishedSubjectContentSbom ¶
type ArtifactPublishedSubjectContentSbom = api.ArtifactPublishedSubjectContentSbomV0_3_0
ArtifactArtifactSubjectContentSbomV0_3_0 holds the content of a Sbom field in the content
type ArtifactSignedEvent ¶
type ArtifactSignedEvent = api.ArtifactSignedEventV0_3_0
func NewArtifactSignedEvent ¶
func NewArtifactSignedEvent() (*ArtifactSignedEvent, error)
type ArtifactSignedSubject ¶
type ArtifactSignedSubject = api.ArtifactSignedSubjectV0_3_0
type BranchCreatedEvent ¶
type BranchCreatedEvent = api.BranchCreatedEventV0_3_0
func NewBranchCreatedEvent ¶
func NewBranchCreatedEvent() (*BranchCreatedEvent, error)
type BranchCreatedSubject ¶
type BranchCreatedSubject = api.BranchCreatedSubjectV0_3_0
type BranchDeletedEvent ¶
type BranchDeletedEvent = api.BranchDeletedEventV0_3_0
func NewBranchDeletedEvent ¶
func NewBranchDeletedEvent() (*BranchDeletedEvent, error)
type BranchDeletedSubject ¶
type BranchDeletedSubject = api.BranchDeletedSubjectV0_3_0
type BuildFinishedEvent ¶
type BuildFinishedEvent = api.BuildFinishedEventV0_3_0
func NewBuildFinishedEvent ¶
func NewBuildFinishedEvent() (*BuildFinishedEvent, error)
type BuildFinishedSubject ¶
type BuildFinishedSubject = api.BuildFinishedSubjectV0_3_0
type BuildQueuedEvent ¶
type BuildQueuedEvent = api.BuildQueuedEventV0_3_0
func NewBuildQueuedEvent ¶
func NewBuildQueuedEvent() (*BuildQueuedEvent, error)
type BuildQueuedSubject ¶
type BuildQueuedSubject = api.BuildQueuedSubjectV0_3_0
type BuildStartedEvent ¶
type BuildStartedEvent = api.BuildStartedEventV0_3_0
func NewBuildStartedEvent ¶
func NewBuildStartedEvent() (*BuildStartedEvent, error)
type BuildStartedSubject ¶
type BuildStartedSubject = api.BuildStartedSubjectV0_3_0
type ChangeAbandonedEvent ¶
type ChangeAbandonedEvent = api.ChangeAbandonedEventV0_3_0
func NewChangeAbandonedEvent ¶
func NewChangeAbandonedEvent() (*ChangeAbandonedEvent, error)
type ChangeAbandonedSubject ¶
type ChangeAbandonedSubject = api.ChangeAbandonedSubjectV0_3_0
type ChangeCreatedEvent ¶
type ChangeCreatedEvent = api.ChangeCreatedEventV0_4_0
func NewChangeCreatedEvent ¶
func NewChangeCreatedEvent() (*ChangeCreatedEvent, error)
type ChangeCreatedSubject ¶
type ChangeCreatedSubject = api.ChangeCreatedSubjectV0_4_0
type ChangeMergedEvent ¶
type ChangeMergedEvent = api.ChangeMergedEventV0_3_0
func NewChangeMergedEvent ¶
func NewChangeMergedEvent() (*ChangeMergedEvent, error)
type ChangeMergedSubject ¶
type ChangeMergedSubject = api.ChangeMergedSubjectV0_3_0
type ChangeReviewedEvent ¶
type ChangeReviewedEvent = api.ChangeReviewedEventV0_3_0
func NewChangeReviewedEvent ¶
func NewChangeReviewedEvent() (*ChangeReviewedEvent, error)
type ChangeReviewedSubject ¶
type ChangeReviewedSubject = api.ChangeReviewedSubjectV0_3_0
type ChangeUpdatedEvent ¶
type ChangeUpdatedEvent = api.ChangeUpdatedEventV0_3_0
func NewChangeUpdatedEvent ¶
func NewChangeUpdatedEvent() (*ChangeUpdatedEvent, error)
type ChangeUpdatedSubject ¶
type ChangeUpdatedSubject = api.ChangeUpdatedSubjectV0_3_0
type CustomTypeEvent ¶
type CustomTypeEvent = api.CustomTypeEventV0_5_0
func NewCustomTypeEvent ¶
func NewCustomTypeEvent() (*CustomTypeEvent, error)
type CustomTypeSubject ¶
type CustomTypeSubject = api.CustomTypeSubjectV0_5_0
type EnvironmentCreatedEvent ¶
type EnvironmentCreatedEvent = api.EnvironmentCreatedEventV0_3_0
func NewEnvironmentCreatedEvent ¶
func NewEnvironmentCreatedEvent() (*EnvironmentCreatedEvent, error)
type EnvironmentCreatedSubject ¶
type EnvironmentCreatedSubject = api.EnvironmentCreatedSubjectV0_3_0
type EnvironmentDeletedEvent ¶
type EnvironmentDeletedEvent = api.EnvironmentDeletedEventV0_3_0
func NewEnvironmentDeletedEvent ¶
func NewEnvironmentDeletedEvent() (*EnvironmentDeletedEvent, error)
type EnvironmentDeletedSubject ¶
type EnvironmentDeletedSubject = api.EnvironmentDeletedSubjectV0_3_0
type EnvironmentModifiedEvent ¶
type EnvironmentModifiedEvent = api.EnvironmentModifiedEventV0_3_0
func NewEnvironmentModifiedEvent ¶
func NewEnvironmentModifiedEvent() (*EnvironmentModifiedEvent, error)
type EnvironmentModifiedSubject ¶
type EnvironmentModifiedSubject = api.EnvironmentModifiedSubjectV0_3_0
type IncidentDetectedEvent ¶
type IncidentDetectedEvent = api.IncidentDetectedEventV0_3_0
func NewIncidentDetectedEvent ¶
func NewIncidentDetectedEvent() (*IncidentDetectedEvent, error)
type IncidentDetectedSubject ¶
type IncidentDetectedSubject = api.IncidentDetectedSubjectV0_3_0
type IncidentReportedEvent ¶
type IncidentReportedEvent = api.IncidentReportedEventV0_3_0
func NewIncidentReportedEvent ¶
func NewIncidentReportedEvent() (*IncidentReportedEvent, error)
type IncidentReportedSubject ¶
type IncidentReportedSubject = api.IncidentReportedSubjectV0_3_0
type IncidentResolvedEvent ¶
type IncidentResolvedEvent = api.IncidentResolvedEventV0_3_0
func NewIncidentResolvedEvent ¶
func NewIncidentResolvedEvent() (*IncidentResolvedEvent, error)
type IncidentResolvedSubject ¶
type IncidentResolvedSubject = api.IncidentResolvedSubjectV0_3_0
type PipelineRunFinishedEvent ¶
type PipelineRunFinishedEvent = api.PipelineRunFinishedEventV0_3_0
func NewPipelineRunFinishedEvent ¶
func NewPipelineRunFinishedEvent() (*PipelineRunFinishedEvent, error)
type PipelineRunFinishedSubject ¶
type PipelineRunFinishedSubject = api.PipelineRunFinishedSubjectV0_3_0
type PipelineRunQueuedEvent ¶
type PipelineRunQueuedEvent = api.PipelineRunQueuedEventV0_3_0
func NewPipelineRunQueuedEvent ¶
func NewPipelineRunQueuedEvent() (*PipelineRunQueuedEvent, error)
type PipelineRunQueuedSubject ¶
type PipelineRunQueuedSubject = api.PipelineRunQueuedSubjectV0_3_0
type PipelineRunStartedEvent ¶
type PipelineRunStartedEvent = api.PipelineRunStartedEventV0_3_0
func NewPipelineRunStartedEvent ¶
func NewPipelineRunStartedEvent() (*PipelineRunStartedEvent, error)
type PipelineRunStartedSubject ¶
type PipelineRunStartedSubject = api.PipelineRunStartedSubjectV0_3_0
type RepositoryCreatedEvent ¶
type RepositoryCreatedEvent = api.RepositoryCreatedEventV0_3_0
func NewRepositoryCreatedEvent ¶
func NewRepositoryCreatedEvent() (*RepositoryCreatedEvent, error)
type RepositoryCreatedSubject ¶
type RepositoryCreatedSubject = api.RepositoryCreatedSubjectV0_3_0
type RepositoryDeletedEvent ¶
type RepositoryDeletedEvent = api.RepositoryDeletedEventV0_3_0
func NewRepositoryDeletedEvent ¶
func NewRepositoryDeletedEvent() (*RepositoryDeletedEvent, error)
type RepositoryDeletedSubject ¶
type RepositoryDeletedSubject = api.RepositoryDeletedSubjectV0_3_0
type RepositoryModifiedEvent ¶
type RepositoryModifiedEvent = api.RepositoryModifiedEventV0_3_0
func NewRepositoryModifiedEvent ¶
func NewRepositoryModifiedEvent() (*RepositoryModifiedEvent, error)
type RepositoryModifiedSubject ¶
type RepositoryModifiedSubject = api.RepositoryModifiedSubjectV0_3_0
type ServiceDeployedEvent ¶
type ServiceDeployedEvent = api.ServiceDeployedEventV0_3_0
func NewServiceDeployedEvent ¶
func NewServiceDeployedEvent() (*ServiceDeployedEvent, error)
type ServiceDeployedSubject ¶
type ServiceDeployedSubject = api.ServiceDeployedSubjectV0_3_0
type ServicePublishedEvent ¶
type ServicePublishedEvent = api.ServicePublishedEventV0_3_0
func NewServicePublishedEvent ¶
func NewServicePublishedEvent() (*ServicePublishedEvent, error)
type ServicePublishedSubject ¶
type ServicePublishedSubject = api.ServicePublishedSubjectV0_3_0
type ServiceRemovedEvent ¶
type ServiceRemovedEvent = api.ServiceRemovedEventV0_3_0
func NewServiceRemovedEvent ¶
func NewServiceRemovedEvent() (*ServiceRemovedEvent, error)
type ServiceRemovedSubject ¶
type ServiceRemovedSubject = api.ServiceRemovedSubjectV0_3_0
type ServiceRolledbackEvent ¶
type ServiceRolledbackEvent = api.ServiceRolledbackEventV0_3_0
func NewServiceRolledbackEvent ¶
func NewServiceRolledbackEvent() (*ServiceRolledbackEvent, error)
type ServiceRolledbackSubject ¶
type ServiceRolledbackSubject = api.ServiceRolledbackSubjectV0_3_0
type ServiceUpgradedEvent ¶
type ServiceUpgradedEvent = api.ServiceUpgradedEventV0_3_0
func NewServiceUpgradedEvent ¶
func NewServiceUpgradedEvent() (*ServiceUpgradedEvent, error)
type ServiceUpgradedSubject ¶
type ServiceUpgradedSubject = api.ServiceUpgradedSubjectV0_3_0
type TaskRunFinishedEvent ¶
type TaskRunFinishedEvent = api.TaskRunFinishedEventV0_3_0
func NewTaskRunFinishedEvent ¶
func NewTaskRunFinishedEvent() (*TaskRunFinishedEvent, error)
type TaskRunFinishedSubject ¶
type TaskRunFinishedSubject = api.TaskRunFinishedSubjectV0_3_0
type TaskRunStartedEvent ¶
type TaskRunStartedEvent = api.TaskRunStartedEventV0_3_0
func NewTaskRunStartedEvent ¶
func NewTaskRunStartedEvent() (*TaskRunStartedEvent, error)
type TaskRunStartedSubject ¶
type TaskRunStartedSubject = api.TaskRunStartedSubjectV0_3_0
type TestCaseRunFinishedEvent ¶
type TestCaseRunFinishedEvent = api.TestCaseRunFinishedEventV0_3_0
func NewTestCaseRunFinishedEvent ¶
func NewTestCaseRunFinishedEvent() (*TestCaseRunFinishedEvent, error)
type TestCaseRunFinishedSubject ¶
type TestCaseRunFinishedSubject = api.TestCaseRunFinishedSubjectV0_3_0
type TestCaseRunFinishedSubjectContentTestCase ¶
type TestCaseRunFinishedSubjectContentTestCase = api.TestCaseRunFinishedSubjectContentTestCaseV0_3_0
TestCaseRunTestCaseRunSubjectContentTestCaseV0_3_0 holds the content of a TestCase field in the content
type TestCaseRunQueuedEvent ¶
type TestCaseRunQueuedEvent = api.TestCaseRunQueuedEventV0_3_0
func NewTestCaseRunQueuedEvent ¶
func NewTestCaseRunQueuedEvent() (*TestCaseRunQueuedEvent, error)
type TestCaseRunQueuedSubject ¶
type TestCaseRunQueuedSubject = api.TestCaseRunQueuedSubjectV0_3_0
type TestCaseRunQueuedSubjectContentTestCase ¶
type TestCaseRunQueuedSubjectContentTestCase = api.TestCaseRunQueuedSubjectContentTestCaseV0_3_0
TestCaseRunTestCaseRunSubjectContentTestCaseV0_3_0 holds the content of a TestCase field in the content
type TestCaseRunQueuedSubjectContentTrigger ¶
type TestCaseRunQueuedSubjectContentTrigger = api.TestCaseRunQueuedSubjectContentTriggerV0_3_0
TestCaseRunTestCaseRunSubjectContentTriggerV0_3_0 holds the content of a Trigger field in the content
type TestCaseRunSkippedEvent ¶
type TestCaseRunSkippedEvent = api.TestCaseRunSkippedEventV0_2_0
func NewTestCaseRunSkippedEvent ¶
func NewTestCaseRunSkippedEvent() (*TestCaseRunSkippedEvent, error)
type TestCaseRunSkippedSubject ¶
type TestCaseRunSkippedSubject = api.TestCaseRunSkippedSubjectV0_2_0
type TestCaseRunSkippedSubjectContentTestCase ¶
type TestCaseRunSkippedSubjectContentTestCase = api.TestCaseRunSkippedSubjectContentTestCaseV0_2_0
TestCaseRunTestCaseRunSubjectContentTestCaseV0_2_0 holds the content of a TestCase field in the content
type TestCaseRunStartedEvent ¶
type TestCaseRunStartedEvent = api.TestCaseRunStartedEventV0_3_0
func NewTestCaseRunStartedEvent ¶
func NewTestCaseRunStartedEvent() (*TestCaseRunStartedEvent, error)
type TestCaseRunStartedSubject ¶
type TestCaseRunStartedSubject = api.TestCaseRunStartedSubjectV0_3_0
type TestCaseRunStartedSubjectContentTestCase ¶
type TestCaseRunStartedSubjectContentTestCase = api.TestCaseRunStartedSubjectContentTestCaseV0_3_0
TestCaseRunTestCaseRunSubjectContentTestCaseV0_3_0 holds the content of a TestCase field in the content
type TestCaseRunStartedSubjectContentTrigger ¶
type TestCaseRunStartedSubjectContentTrigger = api.TestCaseRunStartedSubjectContentTriggerV0_3_0
TestCaseRunTestCaseRunSubjectContentTriggerV0_3_0 holds the content of a Trigger field in the content
type TestOutputPublishedEvent ¶
type TestOutputPublishedEvent = api.TestOutputPublishedEventV0_3_0
func NewTestOutputPublishedEvent ¶
func NewTestOutputPublishedEvent() (*TestOutputPublishedEvent, error)
type TestOutputPublishedSubject ¶
type TestOutputPublishedSubject = api.TestOutputPublishedSubjectV0_3_0
type TestSuiteRunFinishedEvent ¶
type TestSuiteRunFinishedEvent = api.TestSuiteRunFinishedEventV0_3_0
func NewTestSuiteRunFinishedEvent ¶
func NewTestSuiteRunFinishedEvent() (*TestSuiteRunFinishedEvent, error)
type TestSuiteRunFinishedSubject ¶
type TestSuiteRunFinishedSubject = api.TestSuiteRunFinishedSubjectV0_3_0
type TestSuiteRunFinishedSubjectContentTestSuite ¶
type TestSuiteRunFinishedSubjectContentTestSuite = api.TestSuiteRunFinishedSubjectContentTestSuiteV0_3_0
TestSuiteRunTestSuiteRunSubjectContentTestSuiteV0_3_0 holds the content of a TestSuite field in the content
type TestSuiteRunQueuedEvent ¶
type TestSuiteRunQueuedEvent = api.TestSuiteRunQueuedEventV0_3_0
func NewTestSuiteRunQueuedEvent ¶
func NewTestSuiteRunQueuedEvent() (*TestSuiteRunQueuedEvent, error)
type TestSuiteRunQueuedSubject ¶
type TestSuiteRunQueuedSubject = api.TestSuiteRunQueuedSubjectV0_3_0
type TestSuiteRunQueuedSubjectContentTestSuite ¶
type TestSuiteRunQueuedSubjectContentTestSuite = api.TestSuiteRunQueuedSubjectContentTestSuiteV0_3_0
TestSuiteRunTestSuiteRunSubjectContentTestSuiteV0_3_0 holds the content of a TestSuite field in the content
type TestSuiteRunQueuedSubjectContentTrigger ¶
type TestSuiteRunQueuedSubjectContentTrigger = api.TestSuiteRunQueuedSubjectContentTriggerV0_3_0
TestSuiteRunTestSuiteRunSubjectContentTriggerV0_3_0 holds the content of a Trigger field in the content
type TestSuiteRunStartedEvent ¶
type TestSuiteRunStartedEvent = api.TestSuiteRunStartedEventV0_3_0
func NewTestSuiteRunStartedEvent ¶
func NewTestSuiteRunStartedEvent() (*TestSuiteRunStartedEvent, error)
type TestSuiteRunStartedSubject ¶
type TestSuiteRunStartedSubject = api.TestSuiteRunStartedSubjectV0_3_0
type TestSuiteRunStartedSubjectContentTestSuite ¶
type TestSuiteRunStartedSubjectContentTestSuite = api.TestSuiteRunStartedSubjectContentTestSuiteV0_3_0
TestSuiteRunTestSuiteRunSubjectContentTestSuiteV0_3_0 holds the content of a TestSuite field in the content
type TestSuiteRunStartedSubjectContentTrigger ¶
type TestSuiteRunStartedSubjectContentTrigger = api.TestSuiteRunStartedSubjectContentTriggerV0_3_0
TestSuiteRunTestSuiteRunSubjectContentTriggerV0_3_0 holds the content of a Trigger field in the content
type TicketClosedEvent ¶
type TicketClosedEvent = api.TicketClosedEventV0_2_0
func NewTicketClosedEvent ¶
func NewTicketClosedEvent() (*TicketClosedEvent, error)
type TicketClosedSubject ¶
type TicketClosedSubject = api.TicketClosedSubjectV0_2_0
type TicketCreatedEvent ¶
type TicketCreatedEvent = api.TicketCreatedEventV0_2_0
func NewTicketCreatedEvent ¶
func NewTicketCreatedEvent() (*TicketCreatedEvent, error)
type TicketCreatedSubject ¶
type TicketCreatedSubject = api.TicketCreatedSubjectV0_2_0
type TicketUpdatedEvent ¶
type TicketUpdatedEvent = api.TicketUpdatedEventV0_2_0
func NewTicketUpdatedEvent ¶
func NewTicketUpdatedEvent() (*TicketUpdatedEvent, error)
type TicketUpdatedSubject ¶
type TicketUpdatedSubject = api.TicketUpdatedSubjectV0_2_0