public interface

RundeckJobsImport

org.rundeck.api.RundeckJobsImport
Known Indirect Subclasses

Class Overview

Request to import a set of Job definitions

Summary

Public Methods
abstract FileType getFileType()
Return the file type
abstract RundeckJobsImportMethod getImportMethod()
Return the import behavior
abstract String getProject()
Return the project name
abstract InputStream getStream()
Return the input stream
abstract RundeckJobsUUIDImportBehavior getUuidImportBehavior()
Return the import behavior

Public Methods

public abstract FileType getFileType ()

Return the file type

public abstract RundeckJobsImportMethod getImportMethod ()

Return the import behavior

public abstract String getProject ()

Return the project name

public abstract InputStream getStream ()

Return the input stream

public abstract RundeckJobsUUIDImportBehavior getUuidImportBehavior ()

Return the import behavior