@Deprecated public abstract class BaseRepositoryImpl extends BaseRepository
Implementing new integrations using Apache Commons HttpClient 3.1 is not recommended as the library reached its end of life and is no longer being maintained. It's likely to be removed in future versions of IntelliJ platform.
Modifier and Type | Class and Description |
---|---|
static class |
BaseRepositoryImpl.HttpTestConnection<T extends HttpMethod>
Deprecated.
|
TaskRepository.CancellableConnection
myLoginAnonymously, myPassword, myPreferredCloseTaskState, myPreferredOpenTaskState, myUseHttpAuthentication, myUseProxy, myUsername
BASIC_HTTP_AUTHORIZATION, LOGIN_ANONYMOUSLY, myCommitMessageFormat, myShouldFormatCommitMessage, NATIVE_SEARCH, NO_FEATURES, STATE_UPDATING, TIME_MANAGEMENT, TIME_SPENT_PATTERN
Modifier | Constructor and Description |
---|---|
protected |
BaseRepositoryImpl()
Deprecated.
|
protected |
BaseRepositoryImpl(BaseRepositoryImpl other)
Deprecated.
|
protected |
BaseRepositoryImpl(TaskRepositoryType type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configureHttpClient(HttpClient client)
Deprecated.
|
protected void |
configureHttpMethod(HttpMethod method)
Deprecated.
|
protected static java.lang.String |
encodeUrl(java.lang.String s)
Deprecated.
|
protected HttpClient |
getHttpClient()
Deprecated.
|
void |
reconfigureClient()
Deprecated.
|
void |
setPassword(java.lang.String password)
Deprecated.
|
void |
setUseHttpAuthentication(boolean useHttpAuthentication)
Deprecated.
|
void |
setUseProxy(boolean useProxy)
Deprecated.
|
void |
setUsername(java.lang.String username)
Deprecated.
|
clone, equals, extractId, getAttributes, getDefaultScheme, getEncodedPassword, getPassword, getPreferredCloseTaskState, getPreferredOpenTaskState, getUsername, initializeRepository, isLoginAnonymously, isUseHttpAuthentication, isUseProxy, setEncodedPassword, setLoginAnonymously, setPreferredCloseTaskState, setPreferredOpenTaskState, setUrl, storeCredentials
createCancellableConnection, findTask, getAvailableTaskStates, getComment, getCommitMessageFormat, getFeatures, getIcon, getIssues, getIssues, getIssues, getPresentableName, getRepositoryType, getTaskComment, getUrl, isConfigured, isShared, isShouldFormatCommitMessage, isSupported, setCommitMessageFormat, setRepositoryType, setShared, setShouldFormatCommitMessage, setTaskState, setTaskState, testConnection, toString, updateTimeSpent
protected BaseRepositoryImpl()
protected BaseRepositoryImpl(TaskRepositoryType type)
protected BaseRepositoryImpl(BaseRepositoryImpl other)
protected static java.lang.String encodeUrl(java.lang.String s)
protected HttpClient getHttpClient()
public final void reconfigureClient()
protected void configureHttpClient(HttpClient client)
protected void configureHttpMethod(HttpMethod method)
public void setUseProxy(boolean useProxy)
setUseProxy
in class BaseRepository
public void setUseHttpAuthentication(boolean useHttpAuthentication)
setUseHttpAuthentication
in class BaseRepository
public void setPassword(java.lang.String password)
setPassword
in class BaseRepository
public void setUsername(java.lang.String username)
setUsername
in class BaseRepository