com.dtolabs.rundeck.core.dispatcher
Interface IStoredJobRef

All Known Subinterfaces:
IStoredJob, IStoredJobExecution, IStoredJobLoadResult
All Known Implementing Classes:
StoredJobExecutionImpl, StoredJobImpl, StoredJobLoadResultImpl

public interface IStoredJobRef

IStoredJobRef interface references a Job definition by ID and/or name and group.


Method Summary
 java.lang.String getGroup()
          Get group path of the item.
 java.lang.String getJobId()
          Return the ID string for the stored job
 java.lang.String getName()
          Get name or description of the item.
 java.lang.String getProject()
          Get the project
 

Method Detail

getJobId

java.lang.String getJobId()
Return the ID string for the stored job

Returns:
Job ID string

getName

java.lang.String getName()
Get name or description of the item.

Returns:
the name

getGroup

java.lang.String getGroup()
Get group path of the item.

Returns:
the name

getProject

java.lang.String getProject()
Get the project