Interface TemplateRepository

    • Method Detail

      • listTemplates

        List<String> listTemplates()
        Returns:
        The list of all available job template IDs
      • getTemplate

        String getTemplate​(String id)
                    throws IOException
        Retrieve a single job template
        Parameters:
        id - the ID of the job template
        Returns:
        The content of the job template
        Throws:
        IOException - if the job template could not be retrieved