A B C D E G O P R S T V 
All Classes All Packages

A

ArtifactCreatedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Artifact created event.
ArtifactPackagedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Artifact packaged event.
ArtifactPublishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Artifact published event.

B

BranchCreatedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository branch created event.
BranchDeletedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository branch deleted event.
BuildFinishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Build finished event.
BuildQueuedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Build queued event.
BuildStartedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Build started event.

C

CDEventConstants - Class in dev.cdevents.constants
 
CDEventConstants() - Constructor for class dev.cdevents.constants.CDEventConstants
 
CDEventConstants.CDEventTypes - Enum in dev.cdevents.constants
 
CDEventConstants.Outcome - Enum in dev.cdevents.constants
 
CDEventTypes - Class in dev.cdevents
 
ChangeAbandonedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository change abandoned event.
ChangeCreatedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository change created event.
ChangeMergedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository change merged event.
ChangeReviewedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository change reviewed event.
ChangeUpdatedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository change updated event.
createArtifactPackagedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery artifact packaged event using CloudEventBuilder and returns CloudEvent object.
createArtifactPublishedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery artifact published event using CloudEventBuilder and returns CloudEvent object.
createBranchCreatedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery branch created event using CloudEventBuilder and returns CloudEvent object.
createBranchDeletedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery branch deleted event using CloudEventBuilder and returns CloudEvent object.
createBuildFinishedEvent(String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery build finished event using CloudEventBuilder and returns CloudEvent object.
createBuildQueuedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery build queued event using CloudEventBuilder and returns CloudEvent object.
createBuildStartedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery build started event using CloudEventBuilder and returns CloudEvent object.
createChangeAbandonedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery change abandoned event using CloudEventBuilder and returns CloudEvent object.
createChangeCreatedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery change created event using CloudEventBuilder and returns CloudEvent object.
createChangeMergedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery change merged event using CloudEventBuilder and returns CloudEvent object.
createChangeReviewedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery change reviewed event using CloudEventBuilder and returns CloudEvent object.
createChangeUpdatedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery change updated event using CloudEventBuilder and returns CloudEvent object.
createEnvironmentCreatedEvent(String, String, URI, String, String, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery environment created event using CloudEventBuilder and returns CloudEvent object.
createEnvironmentDeletedEvent(String, String, URI, String, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery environment deleted event using CloudEventBuilder and returns CloudEvent object.
createEnvironmentModifiedEvent(String, String, URI, String, String, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery environment modified event using CloudEventBuilder and returns CloudEvent object.
createPipelineRunFinishedEvent(String, String, URI, String, URI, CDEventConstants.Outcome, String, String) - Static method in class dev.cdevents.CDEventTypes
Creates continuous delivery Pipeline run finished events using CloudEventBuilder and returns CloudEvent object.
createPipelineRunQueuedEvent(String, String, URI, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates continuous delivery Pipeline run queued events using CloudEventBuilder and returns CloudEvent object.
createPipelineRunStartedEvent(String, String, URI, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates continuous delivery Pipeline run started events using CloudEventBuilder and returns CloudEvent object.
createRepositoryCreatedEvent(String, String, URI, String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery repository created event using CloudEventBuilder and returns CloudEvent object.
createRepositoryDeletedEvent(String, String, URI, String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery repository deleted event using CloudEventBuilder and returns CloudEvent object.
createRepositoryModifiedEvent(String, String, URI, String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery repository modified event using CloudEventBuilder and returns CloudEvent object.
createServiceDeployedEvent(String, String, Environment, URL, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery service deployed event using CloudEventBuilder and returns CloudEvent object.
createServicePublishedEvent(String, String, Environment, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery service published event using CloudEventBuilder and returns CloudEvent object.
createServiceRemovedEvent(String, String, Environment, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery service removed event using CloudEventBuilder and returns CloudEvent object.
createServiceRolledBackEvent(String, String, Environment, URL, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery service rolled back event using CloudEventBuilder and returns CloudEvent object.
createServiceUpgradedEvent(String, String, Environment, URL, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery service upgraded event using CloudEventBuilder and returns CloudEvent object.
createTaskRunFinishedEvent(String, String, URI, String, PipelineRun, URI, CDEventConstants.Outcome, String, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery Task run finished events using CloudEventBuilder and returns CloudEvent object.
createTaskRunStartedEvent(String, String, URI, String, PipelineRun, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery Task run started events using CloudEventBuilder and returns CloudEvent object.
createTestCaseFinishedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery testcase finished event using CloudEventBuilder and returns CloudEvent object.
createTestCaseQueuedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery testcase queued event using CloudEventBuilder and returns CloudEvent object.
createTestCaseStartedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery testcase started event using CloudEventBuilder and returns CloudEvent object.
createTestSuiteFinishedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery test suite finished event using CloudEventBuilder and returns CloudEvent object.
createTestSuiteStartedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
Creates a continuous delivery test suite started event using CloudEventBuilder and returns CloudEvent object.

D

dev.cdevents - package dev.cdevents
Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
dev.cdevents.constants - package dev.cdevents.constants
Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
dev.cdevents.models - package dev.cdevents.models
Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

E

Environment - Class in dev.cdevents.models
 
Environment(String, URI, String, String) - Constructor for class dev.cdevents.models.Environment
 
EnvironmentCreatedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Environment created event.
EnvironmentDeletedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Environment deleted event.
EnvironmentModifiedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Environment modified event.

G

getErrors() - Method in class dev.cdevents.models.PipelineRun
 
getEventType() - Method in enum dev.cdevents.constants.CDEventConstants.CDEventTypes
 
getId() - Method in class dev.cdevents.models.Environment
 
getId() - Method in class dev.cdevents.models.PipelineRun
 
getId() - Method in class dev.cdevents.models.Repository
 
getName() - Method in class dev.cdevents.models.Environment
 
getName() - Method in class dev.cdevents.models.Repository
 
getOutcome() - Method in enum dev.cdevents.constants.CDEventConstants.Outcome
 
getOutcome() - Method in class dev.cdevents.models.PipelineRun
 
getOwner() - Method in class dev.cdevents.models.Repository
 
getPipelineName() - Method in class dev.cdevents.models.PipelineRun
 
getSource() - Method in class dev.cdevents.models.Environment
 
getSource() - Method in class dev.cdevents.models.PipelineRun
 
getSource() - Method in class dev.cdevents.models.Repository
 
getUrl() - Method in class dev.cdevents.models.Environment
 
getUrl() - Method in class dev.cdevents.models.PipelineRun
 
getUrl() - Method in class dev.cdevents.models.Repository
 
getViewUrl() - Method in class dev.cdevents.models.Repository
 

O

OutcomeError - dev.cdevents.constants.CDEventConstants.Outcome
Outcome Error.
OutcomeFailure - dev.cdevents.constants.CDEventConstants.Outcome
Outcome Failure.
OutcomeSuccess - dev.cdevents.constants.CDEventConstants.Outcome
Outcome Success.

P

PipelineRun - Class in dev.cdevents.models
 
PipelineRun() - Constructor for class dev.cdevents.models.PipelineRun
PipelineRun.
PipelineRunFinishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Pipeline run finished event.
PipelineRunQueuedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Pipeline run queued event.
PipelineRunStartedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Pipeline run started event.

R

Repository - Class in dev.cdevents.models
 
Repository() - Constructor for class dev.cdevents.models.Repository
Repository.
RepositoryCreatedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository created event.
RepositoryDeletedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository deleted event.
RepositoryModifiedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Repository modified event.

S

ServiceDeployedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Service deployed event.
ServicePublishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Service published event.
ServiceRemovedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Service removed event.
ServiceRolledBackEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Service rolled back event.
ServiceUpgradedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Service upgraded event.
setErrors(String) - Method in class dev.cdevents.models.PipelineRun
 
setEventType(String) - Method in enum dev.cdevents.constants.CDEventConstants.CDEventTypes
 
setId(String) - Method in class dev.cdevents.models.Environment
 
setId(String) - Method in class dev.cdevents.models.PipelineRun
 
setId(String) - Method in class dev.cdevents.models.Repository
 
setName(String) - Method in class dev.cdevents.models.Environment
 
setName(String) - Method in class dev.cdevents.models.Repository
 
setOutcome(CDEventConstants.Outcome) - Method in class dev.cdevents.models.PipelineRun
 
setOutcome(String) - Method in enum dev.cdevents.constants.CDEventConstants.Outcome
 
setOwner(String) - Method in class dev.cdevents.models.Repository
 
setPipelineName(String) - Method in class dev.cdevents.models.PipelineRun
 
setSource(URI) - Method in class dev.cdevents.models.Environment
 
setSource(URI) - Method in class dev.cdevents.models.PipelineRun
 
setSource(URI) - Method in class dev.cdevents.models.Repository
 
setUrl(String) - Method in class dev.cdevents.models.Environment
 
setUrl(URI) - Method in class dev.cdevents.models.PipelineRun
 
setUrl(URI) - Method in class dev.cdevents.models.Repository
 
setViewUrl(URI) - Method in class dev.cdevents.models.Repository
 

T

TaskRunFinishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Task run finished event.
TaskRunStartedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
Task run started event.
TestCaseFinishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
TestCase finished event.
TestCaseQueuedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
TestCase queued event.
TestCaseStartedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
TestCase started event.
TestSuiteFinishedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
TestSuite finished event.
TestSuiteQueuedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
TestSuite queued event.
TestSuiteStartedEvent - dev.cdevents.constants.CDEventConstants.CDEventTypes
TestSuite started event.

V

valueOf(String) - Static method in enum dev.cdevents.constants.CDEventConstants.CDEventTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cdevents.constants.CDEventConstants.Outcome
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.cdevents.constants.CDEventConstants.CDEventTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cdevents.constants.CDEventConstants.Outcome
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G O P R S T V 
All Classes All Packages