Skip navigation links
org.netbeans.libs.git/1 1.59
A B C D E F G H I L M N O P R S T U V W 

S

SearchCriteria - Class in org.netbeans.libs.git
Describes required search criteria for git commands that iterate through git commits.
SearchCriteria() - Constructor for class org.netbeans.libs.git.SearchCriteria
Default constructor.
setCallback(GitClientCallback) - Method in class org.netbeans.libs.git.GitClient
Sets credentials callback for this client.
setFiles(File[]) - Method in class org.netbeans.libs.git.SearchCriteria
Sets files that a commit has to modify to satisfy the criteria.
setFollowRenames(boolean) - Method in class org.netbeans.libs.git.SearchCriteria
Set the flag indicating the commits where a renamed file is modified satisfy the given criteria.
setFrom(Date) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the limit date all commits must satisfy.
setHost(String) - Method in class org.netbeans.libs.git.GitURI
Creates a new instance with the given new host name.
setIncludeMerges(boolean) - Method in class org.netbeans.libs.git.SearchCriteria
If the given value is false then no merge commits will satisfy the criteria and be processed.
setLimit(int) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the number of commits to list in a command's result.
setMessage(String) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the string that must be part of a commit's message string for the commit to pass the criteria.
setPass(String) - Method in class org.netbeans.libs.git.GitURI
Creates a new instance with the given new password.
setPath(String) - Method in class org.netbeans.libs.git.GitURI
Constructs a new instance with the given path.
setPort(int) - Method in class org.netbeans.libs.git.GitURI
Constructs a new instance with the given port number.
setRemote(GitRemoteConfig, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Sets the remote configuration in the configuration file.
setRevisionFrom(String) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the id of an ancestor commit for all commits that should satisfy the criteria.
setRevisionTo(String) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the id of the latest commit that satisfies the criteria
setScheme(String) - Method in class org.netbeans.libs.git.GitURI
Constructs a new instance with the given user name.
setTo(Date) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the limit date all commits must satisfy.
setUpstreamBranch(String, String, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Sets the upstream branch (tracking) of localBranchName to remoteBranch.
setUser(String) - Method in class org.netbeans.libs.git.GitURI
Constructs a new instance with the given user name.
setUsername(String) - Method in class org.netbeans.libs.git.SearchCriteria
Sets the string that must be part of a commit's author or committer string for the commit to pass the criteria.
started(String) - Method in class org.netbeans.libs.git.progress.ProgressMonitor.DefaultProgressMonitor
 
started(String) - Method in class org.netbeans.libs.git.progress.ProgressMonitor
Called when a git command is started.
stashApply(int, boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Applies a stashed commit identified by the given index to the current working tree state
stashDrop(int, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Deletes the stashed commit identified by the given index (zero-based) from the stash.
stashDropAll(ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Drops (deletes) all stashed commits from the stash.
stashList(ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Lists saved stashed commits.
stashSave(String, boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Saves local uncommitted changes to the git stash and resets the working tree to the HEAD.
StatusListener - Interface in org.netbeans.libs.git.progress
The listener interface for receiving notifications triggered when a file's status is processed by a certain git commands (e.g.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
org.netbeans.libs.git/1 1.59