Uses of Interface
pl.project13.core.log.LogInterface
-
Packages that use LogInterface Package Description pl.project13.core pl.project13.core.cibuild pl.project13.core.jgit pl.project13.core.util -
-
Uses of LogInterface in pl.project13.core
Fields in pl.project13.core declared as LogInterface Modifier and Type Field Description protected LogInterfaceGitDataProvider. logLogging provider which will be used to log events.Methods in pl.project13.core that return LogInterface Modifier and Type Method Description LogInterfaceGitCommitIdPlugin.Callback. getLogInterface()Methods in pl.project13.core with parameters of type LogInterface Modifier and Type Method Description static JGitProviderJGitProvider. on(java.io.File dotGitDirectory, LogInterface log)static NativeGitProviderNativeGitProvider. on(java.io.File dotGitDirectory, long nativeGitTimeoutInMs, LogInterface log)Constructors in pl.project13.core with parameters of type LogInterface Constructor Description GitDataProvider(LogInterface log)Constructor to encapsulates all references required to dertermine all git-data.PropertiesFileGenerator(LogInterface log, BuildFileChangeListener buildFileChangeListener, CommitIdPropertiesOutputFormat propertiesOutputFormat, java.lang.String prefixDot, java.lang.String projectName)PropertiesFilterer(LogInterface log) -
Uses of LogInterface in pl.project13.core.cibuild
Methods in pl.project13.core.cibuild with parameters of type LogInterface Modifier and Type Method Description static BuildServerDataProviderBuildServerDataProvider. getBuildServerProvider(java.util.Map<java.lang.String,java.lang.String> env, LogInterface log)Get theBuildServerDataProviderimplementation for the running environmentConstructors in pl.project13.core.cibuild with parameters of type LogInterface Constructor Description UnknownBuildServerData(LogInterface log, java.util.Map<java.lang.String,java.lang.String> env) -
Uses of LogInterface in pl.project13.core.jgit
Methods in pl.project13.core.jgit with parameters of type LogInterface Modifier and Type Method Description static DescribeCommandDescribeCommand. on(java.lang.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 Constructor Description JGitCommon(LogInterface log) -
Uses of LogInterface in pl.project13.core.util
Methods in pl.project13.core.util with parameters of type LogInterface Modifier and Type Method Description static voidGenericFileManager. dumpProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, java.io.File gitPropsFile, java.nio.charset.Charset sourceCharset, boolean escapeUnicode, java.lang.String projectName, java.util.Properties propertiesToDump)static java.util.PropertiesGenericFileManager. readProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, java.io.File gitPropsFile, java.nio.charset.Charset sourceCharset, java.lang.String projectName)
-