RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
This is the complete list of members for rstudio::launcher_plugins::jobs::AbstractJobStatusWatcher, including all inherited members.
AbstractJobStatusWatcher(JobRepositoryPtr in_jobRepository, JobStatusNotifierPtr in_jobStatusNotifier) | rstudio::launcher_plugins::jobs::AbstractJobStatusWatcher | protected |
Noncopyable()=default | rstudio::launcher_plugins::Noncopyable | |
Noncopyable(const Noncopyable &)=delete | rstudio::launcher_plugins::Noncopyable | |
operator=(const Noncopyable &)=delete | rstudio::launcher_plugins::Noncopyable | |
start()=0 | rstudio::launcher_plugins::jobs::AbstractJobStatusWatcher | pure virtual |
stop()=0 | rstudio::launcher_plugins::jobs::AbstractJobStatusWatcher | pure virtual |
updateJobStatus(const std::string &in_jobId, api::Job::State in_newStatus, const std::string &in_statusMessage="", const system::DateTime &in_invocationTime=system::DateTime()) | rstudio::launcher_plugins::jobs::AbstractJobStatusWatcher | protected |
~AbstractJobStatusWatcher()=default | rstudio::launcher_plugins::jobs::AbstractJobStatusWatcher | virtual |