public class RunConfigurationBeforeRunProvider.RunConfigurableBeforeRunTask extends BeforeRunTask<RunConfigurationBeforeRunProvider.RunConfigurableBeforeRunTask>
myProviderId
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
RunnerAndConfigurationSettings |
getSettings() |
Pair<RunnerAndConfigurationSettings,ExecutionTarget> |
getSettingsWithTarget() |
int |
hashCode() |
void |
readExternal(Element element) |
void |
setSettingsWithTarget(RunnerAndConfigurationSettings settings,
ExecutionTarget target) |
void |
writeExternal(Element element) |
clone, getItemsCount, getProviderId, isEnabled, setEnabled
public void writeExternal(Element element)
writeExternal
in class BeforeRunTask<RunConfigurationBeforeRunProvider.RunConfigurableBeforeRunTask>
public void readExternal(Element element)
readExternal
in class BeforeRunTask<RunConfigurationBeforeRunProvider.RunConfigurableBeforeRunTask>
public void setSettingsWithTarget(RunnerAndConfigurationSettings settings, ExecutionTarget target)
public RunnerAndConfigurationSettings getSettings()
public Pair<RunnerAndConfigurationSettings,ExecutionTarget> getSettingsWithTarget()
public boolean equals(java.lang.Object o)
equals
in class BeforeRunTask<RunConfigurationBeforeRunProvider.RunConfigurableBeforeRunTask>
public int hashCode()
hashCode
in class BeforeRunTask<RunConfigurationBeforeRunProvider.RunConfigurableBeforeRunTask>