Uses of Interface
pl.project13.core.log.LogInterface
Packages that use LogInterface
Package
Description
-
Uses of LogInterface in pl.project13.core
Fields in pl.project13.core declared as LogInterfaceModifier and TypeFieldDescriptionprotected final LogInterfaceGitDataProvider.logLogging provider which will be used to log events.Methods in pl.project13.core that return LogInterfaceMethods in pl.project13.core with parameters of type LogInterfaceModifier and TypeMethodDescriptionstatic JGitProviderJGitProvider.on(File dotGitDirectory, LogInterface log) static NativeGitProviderNativeGitProvider.on(File dotGitDirectory, long nativeGitTimeoutInMs, LogInterface log) Constructors in pl.project13.core with parameters of type LogInterfaceModifierConstructorDescriptionConstructor to encapsulates all references required to dertermine all git-data.PropertiesFileGenerator(LogInterface log, BuildFileChangeListener buildFileChangeListener, CommitIdPropertiesOutputFormat propertiesOutputFormat, String prefixDot, String projectName) -
Uses of LogInterface in pl.project13.core.cibuild
Methods in pl.project13.core.cibuild with parameters of type LogInterfaceModifier and TypeMethodDescriptionstatic BuildServerDataProviderBuildServerDataProvider.getBuildServerProvider(Map<String, String> env, LogInterface log) Get theBuildServerDataProviderimplementation for the running environmentConstructors in pl.project13.core.cibuild with parameters of type LogInterface -
Uses of LogInterface in pl.project13.core.jgit
Methods in pl.project13.core.jgit with parameters of type LogInterfaceModifier and TypeMethodDescriptionstatic DescribeCommandDescribeCommand.on(String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, LogInterface log) Creates a new describe command which interacts with a single repositoryConstructors in pl.project13.core.jgit with parameters of type LogInterface -
Uses of LogInterface in pl.project13.core.util
Methods in pl.project13.core.util with parameters of type LogInterfaceModifier and TypeMethodDescriptionstatic voidGenericFileManager.dumpProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, File gitPropsFile, Charset sourceCharset, boolean escapeUnicode, String projectName, Properties propertiesToDump) static PropertiesGenericFileManager.readProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, File gitPropsFile, Charset sourceCharset, String projectName)