|
RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Describes the container configuration of the Job Source. More...
#include <IJobSource.hpp>
Public Member Functions | |
| ContainerConfiguration () | |
| Default constructor. | |
Public Attributes | |
| bool | AllowUnknownImages |
| std::set< std::string > | ContainerImages |
| std::string | DefaultImage |
| bool | SupportsContainers |
Describes the container configuration of the Job Source.
| bool rstudio::launcher_plugins::api::ContainerConfiguration::AllowUnknownImages |
Whether users may select unknown images when launching a job.
| std::set<std::string> rstudio::launcher_plugins::api::ContainerConfiguration::ContainerImages |
The list of known images.
| std::string rstudio::launcher_plugins::api::ContainerConfiguration::DefaultImage |
The default image.
| bool rstudio::launcher_plugins::api::ContainerConfiguration::SupportsContainers |
Whether this Job Source supports containers. Default: false.
1.8.16