public interface Scanner
| Modifier and Type | Method and Description |
|---|---|
Collection<DeploymentUnit> |
getDeploymentUnits()
Gets all deployment units currently being tracked by the scanner.
|
void |
remove(DeploymentUnit unit)
Remove the specified deployment unit in such a way as it will not be picked up by subsequent scans, even
if the system is restarted.
|
void |
reset()
Reset the scanner.
|
Collection<DeploymentUnit> |
scan()
Scan for new deployment units.
|
Collection<DeploymentUnit> scan()
Collection<DeploymentUnit> getDeploymentUnits()
void reset()
void remove(DeploymentUnit unit) throws PluginException
unit - the deployment unit to removePluginException - if the unit has not been properly removed: i.e. a restart would mean the unit would
be reloaded.Copyright © 2019 Atlassian. All rights reserved.