Uses of Class
dev.cdevents.constants.CDEventConstants.Outcome
-
Packages that use CDEventConstants.Outcome Package Description 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 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 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
Methods in dev.cdevents with parameters of type CDEventConstants.Outcome Modifier and Type Method Description static io.cloudevents.CloudEventCDEventTypes. createPipelineRunFinishedEvent(String eventType, String id, URI source, String pipelineName, URI url, CDEventConstants.Outcome outcome, String errors, String pipelineRunData)Creates continuous delivery Pipeline run finished events usingCloudEventBuilderand returnsCloudEventobject.static io.cloudevents.CloudEventCDEventTypes. createTaskRunFinishedEvent(String eventType, String id, URI source, String taskName, PipelineRun pipelineRun, URI url, CDEventConstants.Outcome outcome, String errors, String taskRunData)Creates a continuous delivery Task run finished events usingCloudEventBuilderand returnsCloudEventobject. -
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.models
Methods in dev.cdevents.models that return CDEventConstants.Outcome Modifier and Type Method Description CDEventConstants.OutcomePipelineRun. getOutcome()Methods in dev.cdevents.models with parameters of type CDEventConstants.Outcome Modifier and Type Method Description voidPipelineRun. setOutcome(CDEventConstants.Outcome outcome)
-