Versions in this module Expand all Collapse all v0 v0.4.1 Aug 7, 2024 Changes in this version + var ArtifactDeletedEventType = api.ArtifactDeletedEventTypeV0_1_0 + var ArtifactDownloadedEventType = api.ArtifactDownloadedEventTypeV0_1_0 + var ArtifactPackagedEventType = api.ArtifactPackagedEventTypeV0_2_0 + var ArtifactPublishedEventType = api.ArtifactPublishedEventTypeV0_2_0 + var ArtifactSignedEventType = api.ArtifactSignedEventTypeV0_2_0 + var BranchCreatedEventType = api.BranchCreatedEventTypeV0_2_0 + var BranchDeletedEventType = api.BranchDeletedEventTypeV0_2_0 + var BuildFinishedEventType = api.BuildFinishedEventTypeV0_2_0 + var BuildQueuedEventType = api.BuildQueuedEventTypeV0_2_0 + var BuildStartedEventType = api.BuildStartedEventTypeV0_2_0 + var CDEventsByUnversionedTypes map[string]api.CDEventV04 + var CDEventsTypes = []api.CDEventV04 + var ChangeAbandonedEventType = api.ChangeAbandonedEventTypeV0_2_0 + var ChangeCreatedEventType = api.ChangeCreatedEventTypeV0_3_0 + var ChangeMergedEventType = api.ChangeMergedEventTypeV0_2_0 + var ChangeReviewedEventType = api.ChangeReviewedEventTypeV0_2_0 + var ChangeUpdatedEventType = api.ChangeUpdatedEventTypeV0_2_0 + var CustomTypeEventType = api.CustomTypeEventTypeV0_4_1 + var EnvironmentCreatedEventType = api.EnvironmentCreatedEventTypeV0_2_0 + var EnvironmentDeletedEventType = api.EnvironmentDeletedEventTypeV0_2_0 + var EnvironmentModifiedEventType = api.EnvironmentModifiedEventTypeV0_2_0 + var IncidentDetectedEventType = api.IncidentDetectedEventTypeV0_2_0 + var IncidentReportedEventType = api.IncidentReportedEventTypeV0_2_0 + var IncidentResolvedEventType = api.IncidentResolvedEventTypeV0_2_0 + var PipelineRunFinishedEventType = api.PipelineRunFinishedEventTypeV0_2_0 + var PipelineRunQueuedEventType = api.PipelineRunQueuedEventTypeV0_2_0 + var PipelineRunStartedEventType = api.PipelineRunStartedEventTypeV0_2_0 + var RepositoryCreatedEventType = api.RepositoryCreatedEventTypeV0_2_0 + var RepositoryDeletedEventType = api.RepositoryDeletedEventTypeV0_2_0 + var RepositoryModifiedEventType = api.RepositoryModifiedEventTypeV0_2_0 + var ServiceDeployedEventType = api.ServiceDeployedEventTypeV0_2_0 + var ServicePublishedEventType = api.ServicePublishedEventTypeV0_2_0 + var ServiceRemovedEventType = api.ServiceRemovedEventTypeV0_2_0 + var ServiceRolledbackEventType = api.ServiceRolledbackEventTypeV0_2_0 + var ServiceUpgradedEventType = api.ServiceUpgradedEventTypeV0_2_0 + var SpecVersion = "0.4.1" + var TaskRunFinishedEventType = api.TaskRunFinishedEventTypeV0_2_0 + var TaskRunStartedEventType = api.TaskRunStartedEventTypeV0_2_0 + var TestCaseRunFinishedEventType = api.TestCaseRunFinishedEventTypeV0_2_0 + var TestCaseRunQueuedEventType = api.TestCaseRunQueuedEventTypeV0_2_0 + var TestCaseRunSkippedEventType = api.TestCaseRunSkippedEventTypeV0_1_0 + var TestCaseRunStartedEventType = api.TestCaseRunStartedEventTypeV0_2_0 + var TestOutputPublishedEventType = api.TestOutputPublishedEventTypeV0_2_0 + var TestSuiteRunFinishedEventType = api.TestSuiteRunFinishedEventTypeV0_2_0 + var TestSuiteRunQueuedEventType = api.TestSuiteRunQueuedEventTypeV0_2_0 + var TestSuiteRunStartedEventType = api.TestSuiteRunStartedEventTypeV0_2_0 + var TicketClosedEventType = api.TicketClosedEventTypeV0_1_0 + var TicketCreatedEventType = api.TicketCreatedEventTypeV0_1_0 + var TicketUpdatedEventType = api.TicketUpdatedEventTypeV0_1_0 + func NewCDEvent(eventType, specVersion string) (api.CDEvent, error) + func NewFromJsonBytes(event []byte) (api.CDEventV04, error) + func NewFromJsonString(event string) (api.CDEventV04, error) + type ArtifactDeletedEvent = api.ArtifactDeletedEventV0_1_0 + func NewArtifactDeletedEvent() (*ArtifactDeletedEvent, error) + type ArtifactDeletedSubject = api.ArtifactDeletedSubjectV0_1_0 + type ArtifactDownloadedEvent = api.ArtifactDownloadedEventV0_1_0 + func NewArtifactDownloadedEvent() (*ArtifactDownloadedEvent, error) + type ArtifactDownloadedSubject = api.ArtifactDownloadedSubjectV0_1_0 + type ArtifactPackagedEvent = api.ArtifactPackagedEventV0_2_0 + func NewArtifactPackagedEvent() (*ArtifactPackagedEvent, error) + type ArtifactPackagedSubject = api.ArtifactPackagedSubjectV0_2_0 + type ArtifactPackagedSubjectContentSbom = api.ArtifactPackagedSubjectContentSbomV0_2_0 + type ArtifactPublishedEvent = api.ArtifactPublishedEventV0_2_0 + func NewArtifactPublishedEvent() (*ArtifactPublishedEvent, error) + type ArtifactPublishedSubject = api.ArtifactPublishedSubjectV0_2_0 + type ArtifactPublishedSubjectContentSbom = api.ArtifactPublishedSubjectContentSbomV0_2_0 + type ArtifactSignedEvent = api.ArtifactSignedEventV0_2_0 + func NewArtifactSignedEvent() (*ArtifactSignedEvent, error) + type ArtifactSignedSubject = api.ArtifactSignedSubjectV0_2_0 + type BranchCreatedEvent = api.BranchCreatedEventV0_2_0 + func NewBranchCreatedEvent() (*BranchCreatedEvent, error) + type BranchCreatedSubject = api.BranchCreatedSubjectV0_2_0 + type BranchDeletedEvent = api.BranchDeletedEventV0_2_0 + func NewBranchDeletedEvent() (*BranchDeletedEvent, error) + type BranchDeletedSubject = api.BranchDeletedSubjectV0_2_0 + type BuildFinishedEvent = api.BuildFinishedEventV0_2_0 + func NewBuildFinishedEvent() (*BuildFinishedEvent, error) + type BuildFinishedSubject = api.BuildFinishedSubjectV0_2_0 + type BuildQueuedEvent = api.BuildQueuedEventV0_2_0 + func NewBuildQueuedEvent() (*BuildQueuedEvent, error) + type BuildQueuedSubject = api.BuildQueuedSubjectV0_2_0 + type BuildStartedEvent = api.BuildStartedEventV0_2_0 + func NewBuildStartedEvent() (*BuildStartedEvent, error) + type BuildStartedSubject = api.BuildStartedSubjectV0_2_0 + type ChangeAbandonedEvent = api.ChangeAbandonedEventV0_2_0 + func NewChangeAbandonedEvent() (*ChangeAbandonedEvent, error) + type ChangeAbandonedSubject = api.ChangeAbandonedSubjectV0_2_0 + type ChangeCreatedEvent = api.ChangeCreatedEventV0_3_0 + func NewChangeCreatedEvent() (*ChangeCreatedEvent, error) + type ChangeCreatedSubject = api.ChangeCreatedSubjectV0_3_0 + type ChangeMergedEvent = api.ChangeMergedEventV0_2_0 + func NewChangeMergedEvent() (*ChangeMergedEvent, error) + type ChangeMergedSubject = api.ChangeMergedSubjectV0_2_0 + type ChangeReviewedEvent = api.ChangeReviewedEventV0_2_0 + func NewChangeReviewedEvent() (*ChangeReviewedEvent, error) + type ChangeReviewedSubject = api.ChangeReviewedSubjectV0_2_0 + type ChangeUpdatedEvent = api.ChangeUpdatedEventV0_2_0 + func NewChangeUpdatedEvent() (*ChangeUpdatedEvent, error) + type ChangeUpdatedSubject = api.ChangeUpdatedSubjectV0_2_0 + type CustomTypeEvent = api.CustomTypeEventV0_4_1 + func NewCustomTypeEvent() (*CustomTypeEvent, error) + type CustomTypeSubject = api.CustomTypeSubjectV0_4_1 + type EnvironmentCreatedEvent = api.EnvironmentCreatedEventV0_2_0 + func NewEnvironmentCreatedEvent() (*EnvironmentCreatedEvent, error) + type EnvironmentCreatedSubject = api.EnvironmentCreatedSubjectV0_2_0 + type EnvironmentDeletedEvent = api.EnvironmentDeletedEventV0_2_0 + func NewEnvironmentDeletedEvent() (*EnvironmentDeletedEvent, error) + type EnvironmentDeletedSubject = api.EnvironmentDeletedSubjectV0_2_0 + type EnvironmentModifiedEvent = api.EnvironmentModifiedEventV0_2_0 + func NewEnvironmentModifiedEvent() (*EnvironmentModifiedEvent, error) + type EnvironmentModifiedSubject = api.EnvironmentModifiedSubjectV0_2_0 + type IncidentDetectedEvent = api.IncidentDetectedEventV0_2_0 + func NewIncidentDetectedEvent() (*IncidentDetectedEvent, error) + type IncidentDetectedSubject = api.IncidentDetectedSubjectV0_2_0 + type IncidentReportedEvent = api.IncidentReportedEventV0_2_0 + func NewIncidentReportedEvent() (*IncidentReportedEvent, error) + type IncidentReportedSubject = api.IncidentReportedSubjectV0_2_0 + type IncidentResolvedEvent = api.IncidentResolvedEventV0_2_0 + func NewIncidentResolvedEvent() (*IncidentResolvedEvent, error) + type IncidentResolvedSubject = api.IncidentResolvedSubjectV0_2_0 + type PipelineRunFinishedEvent = api.PipelineRunFinishedEventV0_2_0 + func NewPipelineRunFinishedEvent() (*PipelineRunFinishedEvent, error) + type PipelineRunFinishedSubject = api.PipelineRunFinishedSubjectV0_2_0 + type PipelineRunQueuedEvent = api.PipelineRunQueuedEventV0_2_0 + func NewPipelineRunQueuedEvent() (*PipelineRunQueuedEvent, error) + type PipelineRunQueuedSubject = api.PipelineRunQueuedSubjectV0_2_0 + type PipelineRunStartedEvent = api.PipelineRunStartedEventV0_2_0 + func NewPipelineRunStartedEvent() (*PipelineRunStartedEvent, error) + type PipelineRunStartedSubject = api.PipelineRunStartedSubjectV0_2_0 + type RepositoryCreatedEvent = api.RepositoryCreatedEventV0_2_0 + func NewRepositoryCreatedEvent() (*RepositoryCreatedEvent, error) + type RepositoryCreatedSubject = api.RepositoryCreatedSubjectV0_2_0 + type RepositoryDeletedEvent = api.RepositoryDeletedEventV0_2_0 + func NewRepositoryDeletedEvent() (*RepositoryDeletedEvent, error) + type RepositoryDeletedSubject = api.RepositoryDeletedSubjectV0_2_0 + type RepositoryModifiedEvent = api.RepositoryModifiedEventV0_2_0 + func NewRepositoryModifiedEvent() (*RepositoryModifiedEvent, error) + type RepositoryModifiedSubject = api.RepositoryModifiedSubjectV0_2_0 + type ServiceDeployedEvent = api.ServiceDeployedEventV0_2_0 + func NewServiceDeployedEvent() (*ServiceDeployedEvent, error) + type ServiceDeployedSubject = api.ServiceDeployedSubjectV0_2_0 + type ServicePublishedEvent = api.ServicePublishedEventV0_2_0 + func NewServicePublishedEvent() (*ServicePublishedEvent, error) + type ServicePublishedSubject = api.ServicePublishedSubjectV0_2_0 + type ServiceRemovedEvent = api.ServiceRemovedEventV0_2_0 + func NewServiceRemovedEvent() (*ServiceRemovedEvent, error) + type ServiceRemovedSubject = api.ServiceRemovedSubjectV0_2_0 + type ServiceRolledbackEvent = api.ServiceRolledbackEventV0_2_0 + func NewServiceRolledbackEvent() (*ServiceRolledbackEvent, error) + type ServiceRolledbackSubject = api.ServiceRolledbackSubjectV0_2_0 + type ServiceUpgradedEvent = api.ServiceUpgradedEventV0_2_0 + func NewServiceUpgradedEvent() (*ServiceUpgradedEvent, error) + type ServiceUpgradedSubject = api.ServiceUpgradedSubjectV0_2_0 + type TaskRunFinishedEvent = api.TaskRunFinishedEventV0_2_0 + func NewTaskRunFinishedEvent() (*TaskRunFinishedEvent, error) + type TaskRunFinishedSubject = api.TaskRunFinishedSubjectV0_2_0 + type TaskRunStartedEvent = api.TaskRunStartedEventV0_2_0 + func NewTaskRunStartedEvent() (*TaskRunStartedEvent, error) + type TaskRunStartedSubject = api.TaskRunStartedSubjectV0_2_0 + type TestCaseRunFinishedEvent = api.TestCaseRunFinishedEventV0_2_0 + func NewTestCaseRunFinishedEvent() (*TestCaseRunFinishedEvent, error) + type TestCaseRunFinishedSubject = api.TestCaseRunFinishedSubjectV0_2_0 + type TestCaseRunFinishedSubjectContentTestCase = api.TestCaseRunFinishedSubjectContentTestCaseV0_2_0 + type TestCaseRunQueuedEvent = api.TestCaseRunQueuedEventV0_2_0 + func NewTestCaseRunQueuedEvent() (*TestCaseRunQueuedEvent, error) + type TestCaseRunQueuedSubject = api.TestCaseRunQueuedSubjectV0_2_0 + type TestCaseRunQueuedSubjectContentTestCase = api.TestCaseRunQueuedSubjectContentTestCaseV0_2_0 + type TestCaseRunQueuedSubjectContentTrigger = api.TestCaseRunQueuedSubjectContentTriggerV0_2_0 + type TestCaseRunSkippedEvent = api.TestCaseRunSkippedEventV0_1_0 + func NewTestCaseRunSkippedEvent() (*TestCaseRunSkippedEvent, error) + type TestCaseRunSkippedSubject = api.TestCaseRunSkippedSubjectV0_1_0 + type TestCaseRunSkippedSubjectContentTestCase = api.TestCaseRunSkippedSubjectContentTestCaseV0_1_0 + type TestCaseRunStartedEvent = api.TestCaseRunStartedEventV0_2_0 + func NewTestCaseRunStartedEvent() (*TestCaseRunStartedEvent, error) + type TestCaseRunStartedSubject = api.TestCaseRunStartedSubjectV0_2_0 + type TestCaseRunStartedSubjectContentTestCase = api.TestCaseRunStartedSubjectContentTestCaseV0_2_0 + type TestCaseRunStartedSubjectContentTrigger = api.TestCaseRunStartedSubjectContentTriggerV0_2_0 + type TestOutputPublishedEvent = api.TestOutputPublishedEventV0_2_0 + func NewTestOutputPublishedEvent() (*TestOutputPublishedEvent, error) + type TestOutputPublishedSubject = api.TestOutputPublishedSubjectV0_2_0 + type TestSuiteRunFinishedEvent = api.TestSuiteRunFinishedEventV0_2_0 + func NewTestSuiteRunFinishedEvent() (*TestSuiteRunFinishedEvent, error) + type TestSuiteRunFinishedSubject = api.TestSuiteRunFinishedSubjectV0_2_0 + type TestSuiteRunFinishedSubjectContentTestSuite = api.TestSuiteRunFinishedSubjectContentTestSuiteV0_2_0 + type TestSuiteRunQueuedEvent = api.TestSuiteRunQueuedEventV0_2_0 + func NewTestSuiteRunQueuedEvent() (*TestSuiteRunQueuedEvent, error) + type TestSuiteRunQueuedSubject = api.TestSuiteRunQueuedSubjectV0_2_0 + type TestSuiteRunQueuedSubjectContentTestSuite = api.TestSuiteRunQueuedSubjectContentTestSuiteV0_2_0 + type TestSuiteRunQueuedSubjectContentTrigger = api.TestSuiteRunQueuedSubjectContentTriggerV0_2_0 + type TestSuiteRunStartedEvent = api.TestSuiteRunStartedEventV0_2_0 + func NewTestSuiteRunStartedEvent() (*TestSuiteRunStartedEvent, error) + type TestSuiteRunStartedSubject = api.TestSuiteRunStartedSubjectV0_2_0 + type TestSuiteRunStartedSubjectContentTestSuite = api.TestSuiteRunStartedSubjectContentTestSuiteV0_2_0 + type TestSuiteRunStartedSubjectContentTrigger = api.TestSuiteRunStartedSubjectContentTriggerV0_2_0 + type TicketClosedEvent = api.TicketClosedEventV0_1_0 + func NewTicketClosedEvent() (*TicketClosedEvent, error) + type TicketClosedSubject = api.TicketClosedSubjectV0_1_0 + type TicketCreatedEvent = api.TicketCreatedEventV0_1_0 + func NewTicketCreatedEvent() (*TicketCreatedEvent, error) + type TicketCreatedSubject = api.TicketCreatedSubjectV0_1_0 + type TicketUpdatedEvent = api.TicketUpdatedEventV0_1_0 + func NewTicketUpdatedEvent() (*TicketUpdatedEvent, error) + type TicketUpdatedSubject = api.TicketUpdatedSubjectV0_1_0