public class JGitFlowReporter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EOL |
static String |
HR |
static String |
P |
static int |
PAD |
| Constructor and Description |
|---|
JGitFlowReporter() |
| Modifier and Type | Method and Description |
|---|---|
JGitFlowReporter |
commandCall(String shortName) |
JGitFlowReporter |
debugCommandCall(String shortName) |
JGitFlowReporter |
debugMethod(String shortName,
String text) |
JGitFlowReporter |
debugText(String shortName,
String text) |
JGitFlowReporter |
endCommand() |
JGitFlowReporter |
endMethod() |
JGitFlowReporter |
errorText(String shortName,
String text) |
void |
flush() |
JGitFlowReporter |
infoText(String shortName,
String text) |
JGitFlowReporter |
mergeResult(String shortName,
org.eclipse.jgit.api.MergeResult mergeResult) |
public static final String EOL
public static final String P
public static final String HR
public static final int PAD
public JGitFlowReporter debugCommandCall(String shortName)
public JGitFlowReporter debugText(String shortName, String text)
public JGitFlowReporter errorText(String shortName, String text)
public JGitFlowReporter commandCall(String shortName)
public JGitFlowReporter endCommand()
public JGitFlowReporter endMethod()
public JGitFlowReporter debugMethod(String shortName, String text)
public JGitFlowReporter infoText(String shortName, String text)
public JGitFlowReporter mergeResult(String shortName, org.eclipse.jgit.api.MergeResult mergeResult)
public void flush()
Copyright © 2013 Atlassian. All Rights Reserved.