public static class TaskManagerImpl.Config
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
branchNameFormat |
java.lang.String |
changelistNameFormat |
boolean |
clearContext |
boolean |
commitChanges |
boolean |
createBranch |
boolean |
createChangelist |
int |
localTasksCounter |
boolean |
mergeBranch |
boolean |
saveContextOnCommit |
boolean |
searchClosedTasks |
Element |
servers |
boolean |
shelveChanges |
int |
taskHistoryLength |
java.util.List<LocalTaskImpl> |
tasks |
boolean |
trackContextForNewChangelist |
boolean |
updateEnabled |
int |
updateInterval |
int |
updateIssuesCount |
boolean |
useBranch |
Constructor and Description |
---|
Config() |
public java.util.List<LocalTaskImpl> tasks
public int localTasksCounter
public int taskHistoryLength
public boolean updateEnabled
public int updateInterval
public int updateIssuesCount
public boolean clearContext
public boolean createChangelist
public boolean createBranch
public boolean useBranch
public boolean shelveChanges
public boolean commitChanges
public boolean mergeBranch
public boolean saveContextOnCommit
public boolean trackContextForNewChangelist
public java.lang.String changelistNameFormat
public java.lang.String branchNameFormat
public boolean searchClosedTasks
public Element servers