-
Terminally Deprecated ElementsElementDescriptionLimited use for Plugin Development, see as internalLimited use for Plugin Development, see as internal
-
Deprecated InterfacesInterfaceDescriptionLimited use for Plugin Development, see as internalLimited use for Plugin Development, see as internal
-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionsince 2.4.0 use
ScmConfiguration.getAnonymousMode()
insteadsince 2.4.0 useScmConfiguration.setAnonymousMode(AnonymousMode)
insteadPlease usePluginCondition.getConditionCheckResult()
instead.UseMergeCommandBuilder.setAuthor(DisplayUser)
instead to enable fallback email computation.UseBranch.defaultBranch(String, String, Long)
instead to set the date of the last commit, too.UseBranch.defaultBranch(String, String, Long, Person)
instead to set the author of the last commit, too.UseBranch.normalBranch(String, String, Long, Person)
instead to set the date of the last commit, too.UseBranch.normalBranch(String, String, Long, Person)
instead to set the author of the last commit, too.This method is named badly. Please useReadOnlyCheck.isForbidden(String, String)
instead. This implementation simply delegates to this method.Do not use this for "normal" code. UseRepositoryPermission(String, Collection, boolean)
orRepositoryPermission(String, String, boolean)
instead.Do not use this for "normal" code. UseRepositoryPermission(String, Collection, boolean)
orRepositoryPermission(String, String, boolean)
instead.Do not use this for "normal" code. UseRepositoryPermission(String, String, boolean)
instead.Do not use this for "normal" code. UseRepositoryPermission(String, Collection, boolean)
instead.Do not use this for "normal" code. UseRepositoryRole(String, Collection, String)
instead.Do not use this for "normal" code. UseRepositoryRole(String, Collection, String)
instead.the environment should only be modified byEnvList.set(String, String)
. Of aMap
is required, a immutableMap
can be created withEnvList.asMap()
.useEnvList.asArray()
insteadUseUserAgent.browser(String)
instead
-
Deprecated ConstructorsConstructorDescriptionthis constructor uses dependencies with plain strings, which is deprecated because the version information is missing. This class should not instantiated manually, it is designed to be loaded by jaxb.use
BranchCommandBuilder(Repository, BranchCommand)
instead.Please useMergeDryRunCommandResult(boolean, Collection)
instead and specify a concrete reason.Do not use this for "normal" code. UseRepositoryPermission(String, Collection, boolean)
instead.useRepositoryReadOnlyChecker.setReadOnlyChecks(Collection)
insteadDo not use this for "normal" code. UseRepositoryRole(String, Collection, String)
instead.This is kept for compatibility, only. UseDeleteFileRequest(String, boolean)
instead.since 3.2.0 in favor of the new constructor with queryTypesince 3.2.0 in favor of the new constructor with queryType