Interface PipelineViewService

    • Method Detail

      • save

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

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

        Optional<PipelineView> 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.