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 @NonNull LogInterfaceGitDataProvider.logLogging provider which will be used to log events.Methods in pl.project13.core that return LogInterfaceModifier and TypeMethodDescription@NonNull LogInterfaceGitCommitIdPlugin.Callback.getLogInterface()Methods in pl.project13.core with parameters of type LogInterfaceModifier and TypeMethodDescriptionstatic @NonNull JGitProviderJGitProvider.on(@NonNull File dotGitDirectory, @NonNull LogInterface log) static @NonNull NativeGitProviderNativeGitProvider.on(@NonNull File dotGitDirectory, long nativeGitTimeoutInMs, @NonNull LogInterface log) Constructors in pl.project13.core with parameters of type LogInterfaceModifierConstructorDescriptionGitDataProvider(@NonNull LogInterface log) Constructor 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(@NonNull Map<String, String> env, @NonNull LogInterface log) Get theBuildServerDataProviderimplementation for the running environmentConstructors in pl.project13.core.cibuild with parameters of type LogInterfaceModifierConstructorDescriptionUnknownBuildServerData(@NonNull LogInterface log, @NonNull Map<String, String> env) -
Uses of LogInterface in pl.project13.core.jgit
Methods in pl.project13.core.jgit with parameters of type LogInterfaceModifier and TypeMethodDescriptionstatic @NonNull DescribeCommandDescribeCommand.on(String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, LogInterface log) Creates a new describe command which interacts with a single repositorystatic @NonNull DescribeCommandDescribeCommand.on(String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, LogInterface log, String pathFilter) Constructors 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(@Nullable LogInterface log, @NonNull CommitIdPropertiesOutputFormat propertiesOutputFormat, @NonNull File gitPropsFile, @NonNull Charset sourceCharset, boolean escapeUnicode, @Nullable String projectName, @NonNull Properties propertiesToDump) static @NonNull PropertiesGenericFileManager.readProperties(@Nullable LogInterface log, @NonNull CommitIdPropertiesOutputFormat propertiesOutputFormat, @NonNull File gitPropsFile, @NonNull Charset sourceCharset, @Nullable String projectName)