|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionEnvironment
The environment for Action Plugins.
This environment extends the Plugin environment by a method to retrieve incidents.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.dynatrace.diagnostics.pdk.PluginEnvironment |
---|
PluginEnvironment.Host |
Method Summary | |
---|---|
java.util.Collection<Incident> |
getIncidents()
Returns incidents that occurred since the last execution. |
com.dynatrace.diagnostics.sdk.ServerAccessWarrant |
getServerAccess()
Get server access with permissions of the user who configured execution of the plugin. |
java.lang.String |
getSystemProfileName()
Returns the Name of the System Profile for this Action |
Methods inherited from interface com.dynatrace.diagnostics.pdk.PluginEnvironment |
---|
getConfigBoolean, getConfigDate, getConfigDouble, getConfigFile, getConfigLong, getConfigPassword, getConfigString, getConfigUrl, getHost, isStopped |
Method Detail |
---|
java.util.Collection<Incident> getIncidents()
java.lang.String getSystemProfileName()
com.dynatrace.diagnostics.sdk.ServerAccessWarrant getServerAccess()
null
if access is not possible or allowed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |