Package hudson.plugins.git
Class GitSCMBackwardCompatibility
- java.lang.Object
-
- hudson.scm.SCM
-
- hudson.plugins.git.GitSCMBackwardCompatibility
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<SCM>
,Serializable
- Direct Known Subclasses:
GitSCM
public abstract class GitSCMBackwardCompatibility extends SCM implements Serializable
This is a portion ofGitSCM
for the stuff that's used to be inGitSCM
that are deprecated. Moving deprecated stuff fromGitSCM
to here allows us to keepGitSCM
cleaner.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.scm.SCM
PERMISSIONS, TAG
-
-
Constructor Summary
Constructors Constructor Description GitSCMBackwardCompatibility()
-
Method Summary
-
Methods inherited from class hudson.scm.SCM
_calcRevisionsFromBuild, _for, _for, all, buildEnvironment, buildEnvVars, calcRevisionsFromBuild, calcRevisionsFromBuild, checkout, checkout, compareRemoteRevisionWith, compareRemoteRevisionWith, createChangeLogParser, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling
-
-
-
-
Method Detail
-
getDescriptor
public GitSCM.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<SCM>
- Overrides:
getDescriptor
in classSCM
-
getIncludedRegions
@Deprecated public String getIncludedRegions()
Deprecated.
-
getExcludedRegions
@Deprecated public String getExcludedRegions()
Deprecated.
-
getExcludedRegionsNormalized
@Deprecated public String[] getExcludedRegionsNormalized()
Deprecated.
-
getIncludedRegionsNormalized
@Deprecated public String[] getIncludedRegionsNormalized()
Deprecated.
-
getRelativeTargetDir
@Deprecated public String getRelativeTargetDir()
Deprecated.
-
getExcludedUsers
@Deprecated public String getExcludedUsers()
Deprecated.
-
getExcludedUsersNormalized
@Deprecated public Set<String> getExcludedUsersNormalized()
Deprecated.
-
getSkipTag
@Deprecated public boolean getSkipTag()
Deprecated.
-
getDisableSubmodules
@Deprecated public boolean getDisableSubmodules()
Deprecated.
-
getRecursiveSubmodules
@Deprecated public boolean getRecursiveSubmodules()
Deprecated.
-
getTrackingSubmodules
@Deprecated public boolean getTrackingSubmodules()
Deprecated.
-
getGitConfigName
@Deprecated public String getGitConfigName()
Deprecated.
-
getGitConfigEmail
@Deprecated public String getGitConfigEmail()
Deprecated.
-
getGitConfigNameToUse
@Deprecated public String getGitConfigNameToUse()
Deprecated.
-
getGitConfigEmailToUse
@Deprecated public String getGitConfigEmailToUse()
Deprecated.
-
getPruneBranches
@Deprecated public boolean getPruneBranches()
Deprecated.
-
getUserMergeOptions
@Deprecated public UserMergeOptions getUserMergeOptions()
Deprecated.
-
getClean
@Deprecated public boolean getClean()
Deprecated.Moved toCleanCheckout
- Returns:
- true if clean before checkout extension is enabled
-
getWipeOutWorkspace
@Deprecated public boolean getWipeOutWorkspace()
Deprecated.Moved toWipeWorkspace
- Returns:
- true if wipe workspace extension is enabled
-
getUseShallowClone
@Deprecated public boolean getUseShallowClone()
Deprecated.Moved toCloneOption
- Returns:
- true if shallow clone extension is enabled and shallow clone is configured
-
getReference
@Deprecated public String getReference()
Deprecated.Moved toCloneOption
- Returns:
- reference repository or null if reference repository is not defined
-
getRemotePoll
@Deprecated public boolean getRemotePoll()
Deprecated.Moved toDisableRemotePoll
- Returns:
- true if remote polling is allowed
-
getAuthorOrCommitter
@Deprecated public boolean getAuthorOrCommitter()
Deprecated.Moved toAuthorInChangelog
If true, use the commit author as the changeset author, rather than the committer.- Returns:
- true if commit author is used as the changeset author
-
isIgnoreNotifyCommit
@Deprecated public boolean isIgnoreNotifyCommit()
Deprecated.Moved toIgnoreNotifyCommit
- Returns:
- true if commit notifications are ignored
-
getScmName
@Deprecated public String getScmName()
Deprecated.Moved toScmName
- Returns:
- configured SCM name or null if none if not configured
-
getLocalBranch
@Deprecated public String getLocalBranch()
Deprecated.Moved toLocalBranch
- Returns:
- name of local branch used for checkout or null if LocalBranch extension is not enabled
-
-