Interfaces

class rundeck_resources.interfaces.ResourcesExporter[source]

ResourcesExporter interface definition

export_resources(resources)[source]

This method is expected to save the data into a rundeck resources formatted file.

Parameters:resources (dict) – The resources to save into the resources file.
Return type:None
class rundeck_resources.interfaces.ResourcesImporter[source]

ResourcesImporter interface definition

import_resources()[source]

This method is expected to export the data into a rundeck data structure that can be easily saved

Return type:dict
Returns:Resources data.