@ProviderType
public interface HistoryEntry
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput()
Returns the scan output.
|
String |
getPath()
Returns the scanned node path if available.
|
String |
getRepositoryPath()
Path in repository.
|
Date |
getTime()
Returns the scan time.
|
String |
getUserId()
Returns the user name.
|
boolean |
isClean()
Returns if the file was clean.
|
Date getTime()
String getOutput()
boolean isClean()
String getPath()
String getRepositoryPath()
String getUserId()
Copyright © 2020. All rights reserved.