All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.service.PipelineService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.service;

import com.capitalone.dashboard.misc.HygieiaException;
import com.capitalone.dashboard.model.PipelineResponse;
import com.capitalone.dashboard.request.PipelineSearchRequest;

public interface PipelineService {

    /**
     * Retrieves all pipeline objects based on the provided search criteria.
     *
     * @param searchRequest search request
     * @return all pipelines for team dashboards
     */
    Iterable search(PipelineSearchRequest searchRequest) throws HygieiaException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy