Uses of Class
dev.cdevents.models.PipelineRun
-
Packages that use PipelineRun 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. -
-
Uses of PipelineRun in dev.cdevents
Methods in dev.cdevents with parameters of type PipelineRun Modifier and Type Method Description 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.static io.cloudevents.CloudEventCDEventTypes. createTaskRunStartedEvent(String eventType, String id, URI source, String taskName, PipelineRun pipelineRun, URI url, String taskRunData)Creates a continuous delivery Task run started events usingCloudEventBuilderand returnsCloudEventobject.
-