Uses of Class
dev.cdevents.constants.CDEventConstants.Outcome
-
Packages that use CDEventConstants.Outcome Package Description 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.events Copyright 2023-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 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. -
-
Uses of CDEventConstants.Outcome in dev.cdevents.constants
Methods in dev.cdevents.constants that return CDEventConstants.Outcome Modifier and Type Method Description static CDEventConstants.OutcomeCDEventConstants.Outcome. valueOf(String name)Returns the enum constant of this type with the specified name.static CDEventConstants.Outcome[]CDEventConstants.Outcome. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CDEventConstants.Outcome in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type CDEventConstants.Outcome Modifier and Type Method Description voidPipelineRunFinishedCDEvent. setSubjectOutcome(CDEventConstants.Outcome subjectOutcome)voidTaskRunFinishedCDEvent. setSubjectOutcome(CDEventConstants.Outcome subjectOutcome) -
Uses of CDEventConstants.Outcome in dev.cdevents.models
Methods in dev.cdevents.models that return CDEventConstants.Outcome Modifier and Type Method Description CDEventConstants.OutcomePipelineRunFinishedSubject.PipelineRunFinishedSubjectContent. getOutcome()CDEventConstants.OutcomeTaskRunFinishedSubject.TaskRunFinishedSubjectContent. getOutcome()Methods in dev.cdevents.models with parameters of type CDEventConstants.Outcome Modifier and Type Method Description voidPipelineRunFinishedSubject.PipelineRunFinishedSubjectContent. setOutcome(CDEventConstants.Outcome outcome)voidTaskRunFinishedSubject.TaskRunFinishedSubjectContent. setOutcome(CDEventConstants.Outcome outcome)
-