public interface TriggerLog extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
checkingPackageFile(Path packageFile) |
void |
error(String s) |
void |
errorVisitingFile(IOException exc) |
void |
errorWhileParsingPackageConfigFile(SAXException exception) |
hudson.model.TaskListener |
getListener() |
void |
info(String s) |
void |
packageHasBeenUpdated(String id,
String version,
String latest) |
void |
packageVersionRetrieved(String id,
String latest) |
void |
reusingCachedPackageVersion(String id) |
void |
skippedFileNotPackagesConfig(Path fileName) |
void |
skippingFileWithNoFileName() |
hudson.model.TaskListener getListener()
void checkingPackageFile(Path packageFile)
void errorWhileParsingPackageConfigFile(SAXException exception)
void errorVisitingFile(IOException exc)
void skippingFileWithNoFileName()
void skippedFileNotPackagesConfig(Path fileName)
void reusingCachedPackageVersion(String id)
void error(String s)
void info(String s)
Copyright © 2016–2021. All rights reserved.