Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Continuous Deployment CDEvents to render as CloudEvent and schema validation #50

Merged

Conversation

adamkenihan
Copy link
Contributor

This PR is a continuation of #44, to implement other Continuous Deployment events

* @param subjectType
* sets the subject type
*/
public void setSubjectType(CDEventConstants.SubjectType subjectType) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Subject Type will be set to "service" for this event, method to set the type is not needed.

* @param subjectType
* sets the subject type
*/
public void setSubjectType(CDEventConstants.SubjectType subjectType) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above comment, can be removed.

* @param subjectType
* sets the subject type
*/
public void setSubjectType(CDEventConstants.SubjectType subjectType) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above comment, can be removed.

* @param subjectType
* sets the subject type
*/
public void setSubjectType(CDEventConstants.SubjectType subjectType) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above comment

* @param subjectType
* sets the subject type
*/
public void setSubjectType(CDEventConstants.SubjectType subjectType) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above comment

@afrittoli afrittoli merged commit 94e20c1 into cdevents:main May 5, 2023
@cdevents-bot
Copy link
Collaborator

🎉 This issue has been resolved in v0.1.2 (Release Notes)

@cdevents-bot cdevents-bot added the released Issue has been released label Jul 24, 2023
@cdevents-bot cdevents-bot added this to the v0.1.2 milestone Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants