Interface PipelineService

    • Method Detail

      • save

        Pipeline save​(Pipeline pipeline)
        Save a pipeline.
        Parameters:
        pipeline - the entity to save.
        Returns:
        the persisted entity.
      • findAll

        List<Pipeline> findAll()
        Get all the pipelines.
        Returns:
        the list of entities.
      • findOne

        Optional<Pipeline> findOne​(Long id)
        Get the "id" pipeline.
        Parameters:
        id - the id of the entity.
        Returns:
        the entity.
      • delete

        void delete​(Long id)
        Delete the "id" pipeline.
        Parameters:
        id - the id of the entity.