TaskSpecPluginSpec
Table of Contents
- $disabled : bool|null
- Disable the plugin once scheduled.
- $name : string|null
- The name or 'alias' to use for the plugin.
- $pluginPrivilege : array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null
- $remote : string|null
- The plugin image reference to use.
- getDisabled() : bool|null
- Disable the plugin once scheduled.
- getName() : string|null
- The name or 'alias' to use for the plugin.
- getPluginPrivilege() : array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null
- getRemote() : string|null
- The plugin image reference to use.
- setDisabled() : self
- Disable the plugin once scheduled.
- setName() : self
- The name or 'alias' to use for the plugin.
- setPluginPrivilege() : self
- setRemote() : self
- The plugin image reference to use.
Properties
$disabled
Disable the plugin once scheduled.
protected
bool|null
$disabled
$name
The name or 'alias' to use for the plugin.
protected
string|null
$name
$pluginPrivilege
protected
array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null
$pluginPrivilege
$remote
The plugin image reference to use.
protected
string|null
$remote
Methods
getDisabled()
Disable the plugin once scheduled.
public
getDisabled() : bool|null
Return values
bool|null —getName()
The name or 'alias' to use for the plugin.
public
getName() : string|null
Return values
string|null —getPluginPrivilege()
public
getPluginPrivilege() : array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null
Return values
array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null —getRemote()
The plugin image reference to use.
public
getRemote() : string|null
Return values
string|null —setDisabled()
Disable the plugin once scheduled.
public
setDisabled(bool|null $disabled) : self
Parameters
- $disabled : bool|null
Return values
self —setName()
The name or 'alias' to use for the plugin.
public
setName(string|null $name) : self
Parameters
- $name : string|null
Return values
self —setPluginPrivilege()
public
setPluginPrivilege(array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null $pluginPrivilege) : self
Parameters
- $pluginPrivilege : array<string|int, TaskSpecPluginSpecPluginPrivilegeItem>|null
Return values
self —setRemote()
The plugin image reference to use.
public
setRemote(string|null $remote) : self
Parameters
- $remote : string|null