Uses of Class
org.datadog.jenkins.plugins.datadog.util.git.GitMetadataBuilderCallback.Result
-
Packages that use GitMetadataBuilderCallback.Result Package Description org.datadog.jenkins.plugins.datadog.util.git -
-
Uses of GitMetadataBuilderCallback.Result in org.datadog.jenkins.plugins.datadog.util.git
Methods in org.datadog.jenkins.plugins.datadog.util.git that return GitMetadataBuilderCallback.Result Modifier and Type Method Description GitMetadataBuilderCallback.ResultGitMetadataBuilderCallback. invoke(org.eclipse.jgit.lib.Repository repository, hudson.remoting.VirtualChannel channel)!IMPORTANT! Keep in mind that this callback may be executed on a worker node, which means both the callback and the result are serialized and sent between different hosts.
-