static Plugin.Builder |
Plugin.builder() |
|
Plugin.Builder |
Plugin.Builder.buildStatus(String buildStatus) |
The status of the plugin.
|
Plugin.Builder |
Plugin.Builder.buildStatus(PluginBuildStatus buildStatus) |
The status of the plugin.
|
Plugin.Builder |
Plugin.Builder.createdAt(Instant createdAt) |
The timestamp for when the plugin was created.
|
Plugin.Builder |
Plugin.Builder.displayName(String displayName) |
The name of the plugin.
|
Plugin.Builder |
Plugin.Builder.pluginId(String pluginId) |
The identifier of the plugin.
|
Plugin.Builder |
Plugin.Builder.serverUrl(String serverUrl) |
The plugin server URL used for configuration.
|
Plugin.Builder |
Plugin.Builder.state(String state) |
The current status of the plugin.
|
Plugin.Builder |
Plugin.Builder.state(PluginState state) |
The current status of the plugin.
|
Plugin.Builder |
Plugin.toBuilder() |
|
Plugin.Builder |
Plugin.Builder.type(String type) |
The type of the plugin.
|
Plugin.Builder |
Plugin.Builder.type(PluginType type) |
The type of the plugin.
|
Plugin.Builder |
Plugin.Builder.updatedAt(Instant updatedAt) |
The timestamp for when the plugin was last updated.
|