A B C D E G O P R S T V
All Classes All Packages
All Classes All Packages
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
CloudEventBuilderand returnsCloudEventobject. - createArtifactPublishedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery artifact published event using
CloudEventBuilderand returnsCloudEventobject. - createBranchCreatedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery branch created event using
CloudEventBuilderand returnsCloudEventobject. - createBranchDeletedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery branch deleted event using
CloudEventBuilderand returnsCloudEventobject. - createBuildFinishedEvent(String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery build finished event using
CloudEventBuilderand returnsCloudEventobject. - createBuildQueuedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery build queued event using
CloudEventBuilderand returnsCloudEventobject. - createBuildStartedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery build started event using
CloudEventBuilderand returnsCloudEventobject. - createChangeAbandonedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery change abandoned event using
CloudEventBuilderand returnsCloudEventobject. - createChangeCreatedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery change created event using
CloudEventBuilderand returnsCloudEventobject. - createChangeMergedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery change merged event using
CloudEventBuilderand returnsCloudEventobject. - createChangeReviewedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery change reviewed event using
CloudEventBuilderand returnsCloudEventobject. - createChangeUpdatedEvent(String, String, URI, Repository, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery change updated event using
CloudEventBuilderand returnsCloudEventobject. - createEnvironmentCreatedEvent(String, String, URI, String, String, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery environment created event using
CloudEventBuilderand returnsCloudEventobject. - createEnvironmentDeletedEvent(String, String, URI, String, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery environment deleted event using
CloudEventBuilderand returnsCloudEventobject. - createEnvironmentModifiedEvent(String, String, URI, String, String, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery environment modified event using
CloudEventBuilderand returnsCloudEventobject. - 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
CloudEventBuilderand returnsCloudEventobject. - createPipelineRunQueuedEvent(String, String, URI, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates continuous delivery Pipeline run queued events using
CloudEventBuilderand returnsCloudEventobject. - createPipelineRunStartedEvent(String, String, URI, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates continuous delivery Pipeline run started events using
CloudEventBuilderand returnsCloudEventobject. - createRepositoryCreatedEvent(String, String, URI, String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery repository created event using
CloudEventBuilderand returnsCloudEventobject. - createRepositoryDeletedEvent(String, String, URI, String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery repository deleted event using
CloudEventBuilderand returnsCloudEventobject. - createRepositoryModifiedEvent(String, String, URI, String, String, URI, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery repository modified event using
CloudEventBuilderand returnsCloudEventobject. - createServiceDeployedEvent(String, String, Environment, URL, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery service deployed event using
CloudEventBuilderand returnsCloudEventobject. - createServicePublishedEvent(String, String, Environment, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery service published event using
CloudEventBuilderand returnsCloudEventobject. - createServiceRemovedEvent(String, String, Environment, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery service removed event using
CloudEventBuilderand returnsCloudEventobject. - createServiceRolledBackEvent(String, String, Environment, URL, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery service rolled back event using
CloudEventBuilderand returnsCloudEventobject. - createServiceUpgradedEvent(String, String, Environment, URL, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery service upgraded event using
CloudEventBuilderand returnsCloudEventobject. - 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
CloudEventBuilderand returnsCloudEventobject. - createTaskRunStartedEvent(String, String, URI, String, PipelineRun, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery Task run started events using
CloudEventBuilderand returnsCloudEventobject. - createTestCaseFinishedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery testcase finished event using
CloudEventBuilderand returnsCloudEventobject. - createTestCaseQueuedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery testcase queued event using
CloudEventBuilderand returnsCloudEventobject. - createTestCaseStartedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery testcase started event using
CloudEventBuilderand returnsCloudEventobject. - createTestSuiteFinishedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery test suite finished event using
CloudEventBuilderand returnsCloudEventobject. - createTestSuiteStartedEvent(String, String, URI, String) - Static method in class dev.cdevents.CDEventTypes
-
Creates a continuous delivery test suite started event using
CloudEventBuilderand returnsCloudEventobject.
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.
All Classes All Packages