Skip navigation links
A B C D E F G H I M N P R S T 

A

addProject(String, String, String, String) - Method in class hudson.plugins.gradle_repo.ProjectState
 

B

branch - Variable in class hudson.plugins.gradle_repo.RepositoryInfo
 
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.plugins.gradle_repo.RepoScm
 

C

calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.plugins.gradle_repo.RepoScm
 
ChangeLog - Class in hudson.plugins.gradle_repo
Utility functions to generate and parse a file listing the differences between builds.
ChangeLog() - Constructor for class hudson.plugins.gradle_repo.ChangeLog
 
ChangeLogEntry - Class in hudson.plugins.gradle_repo
A POJO containing information about a single change (git commit) in a git repository.
ChangeLogEntry(String, String, String, String, String, String, String, String, String, List<ChangeLogEntry.ModifiedFile>) - Constructor for class hudson.plugins.gradle_repo.ChangeLogEntry
Creates a new REpoChangeLogEntry object containing all the details about a git commit.
checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.plugins.gradle_repo.RepoScm
 
checkoutBranch(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
checkoutBranchIfChange(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
checkoutNewBranch(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
checkoutRemoteBranch(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
clone(FilePath, String, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
createChangeLogParser() - Method in class hudson.plugins.gradle_repo.RepoScm
 

D

DescriptorImpl() - Constructor for class hudson.plugins.gradle_repo.RepoScm.DescriptorImpl
Call the superclass constructor and load our configuration from the file system.

E

equals(Object) - Method in class hudson.plugins.gradle_repo.ModuleState
 
equals(Object) - Method in class hudson.plugins.gradle_repo.ProjectState
 
EXTENSION_SEPARATOR - Static variable in class hudson.plugins.gradle_repo.PathUtils
The extension separator character.
EXTENSION_SEPARATOR_STR - Static variable in class hudson.plugins.gradle_repo.PathUtils
The extension separator String.

F

fetchUrl - Variable in class hudson.plugins.gradle_repo.RepositoryInfo
 

G

getAffectedFiles() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns a set of paths in the workspace that was affected by this change.
getAffectedPaths() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
 
getAuthor() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
 
getAuthorDate() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the date this commit was authored.
getAuthorEmail() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the author's email address.
getAuthorName() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the author's name.
getBranch() - Method in class hudson.plugins.gradle_repo.ModuleState
 
getBranch() - Method in class hudson.plugins.gradle_repo.ProjectState
Returns the manifest repository's branch name when this state was created.
getBranch() - Method in class hudson.plugins.gradle_repo.RepoScm
Returns the project branch name.
getBranchName(FilePath) - Method in class hudson.plugins.gradle_repo.GitHelper
 
getCommitterDate() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the date this patch was committed.
getCommitterEmail() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the committer's email address.
getCommitterName() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the committer's name.
getCommitText() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the commit message.
getDescriptor() - Method in class hudson.plugins.gradle_repo.RepoScm
 
getDisplayName() - Method in class hudson.plugins.gradle_repo.RepoScm.DescriptorImpl
 
getKey() - Method in class hudson.plugins.gradle_repo.RepoScm
 
getKind() - Method in class hudson.plugins.gradle_repo.RepoChangeLogSet
 
getModifiedFiles() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns a list of files modified by this change.
getMsg() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
 
getOrigin() - Method in class hudson.plugins.gradle_repo.ModuleState
 
getPath() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the client-side project path.
getPath() - Method in class hudson.plugins.gradle_repo.ModuleState
Gets the client-side path of the project.
getPrefixLength(String) - Static method in class hudson.plugins.gradle_repo.PathUtils
Returns the length of the filename prefix, such as C:/ or ~/.
getProjectState(FilePath, boolean, GitHelper, PrintStream) - Static method in class hudson.plugins.gradle_repo.RepoHelper
 
getRepositoryUrl() - Method in class hudson.plugins.gradle_repo.RepoScm
Returns the project repository URL.
getRevision() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Returns the SHA-1 revision.
getRevision(FilePath) - Method in class hudson.plugins.gradle_repo.GitHelper
 
getRevision() - Method in class hudson.plugins.gradle_repo.ModuleState
Gets the revision (SHA-1) of the project.
getRevision(String) - Method in class hudson.plugins.gradle_repo.ProjectState
Returns the revision for the repository at the specified path.
GitHelper - Class in hudson.plugins.gradle_repo
 
GitHelper(Launcher, EnvVars, PrintStream) - Constructor for class hudson.plugins.gradle_repo.GitHelper
 

H

hashCode() - Method in class hudson.plugins.gradle_repo.ModuleState
 
hashCode() - Method in class hudson.plugins.gradle_repo.ProjectState
 
hudson.plugins.gradle_repo - package hudson.plugins.gradle_repo
 

I

isApplicable(Job) - Method in class hudson.plugins.gradle_repo.RepoScm.DescriptorImpl
 
isEmptySet() - Method in class hudson.plugins.gradle_repo.RepoChangeLogSet
 
isGit(FilePath) - Method in class hudson.plugins.gradle_repo.GitHelper
 
isLocalBranch(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
isRemoteBranch(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 
iterator() - Method in class hudson.plugins.gradle_repo.RepoChangeLogSet
Returns an iterator for our RepoChangeLogEntry list.

M

modules - Variable in class hudson.plugins.gradle_repo.ProjectState
 
ModuleState - Class in hudson.plugins.gradle_repo
A ModuleState object represents the state of a project.

N

normalize(String) - Static method in class hudson.plugins.gradle_repo.PathUtils
Normalizes a path, removing double and single dot path steps.
normalize(String, boolean) - Static method in class hudson.plugins.gradle_repo.PathUtils
Normalizes a path, removing double and single dot path steps.

P

parse(Run, RepositoryBrowser<?>, File) - Method in class hudson.plugins.gradle_repo.ChangeLog
 
PathUtils - Class in hudson.plugins.gradle_repo
General filename and filepath manipulation utilities.
PathUtils() - Constructor for class hudson.plugins.gradle_repo.PathUtils
Instances should NOT be constructed in standard programming.
project - Variable in class hudson.plugins.gradle_repo.ProjectState
 
PROJECT_BRANCH - Static variable in class hudson.plugins.gradle_repo.RepoScm
 
PROJECT_REPO_URL - Static variable in class hudson.plugins.gradle_repo.RepoScm
 
ProjectState - Class in hudson.plugins.gradle_repo
A ProjectState records the state of the repository for a particular build.
ProjectState() - Constructor for class hudson.plugins.gradle_repo.ProjectState
 
pull(FilePath, String) - Method in class hudson.plugins.gradle_repo.GitHelper
 

R

RepoChangeLogSet - Class in hudson.plugins.gradle_repo
A ChangeLogSet, which is used when generating the list of changes from one build to the next.
RepoHelper - Class in hudson.plugins.gradle_repo
 
RepoHelper() - Constructor for class hudson.plugins.gradle_repo.RepoHelper
 
RepoScm - Class in hudson.plugins.gradle_repo
The main entrypoint of the plugin.
RepoScm(String, String) - Constructor for class hudson.plugins.gradle_repo.RepoScm
The constructor takes in user parameters and sets them.
RepoScm.DescriptorImpl - Class in hudson.plugins.gradle_repo
A DescriptorImpl contains variables used server-wide.
RepositoryInfo - Class in hudson.plugins.gradle_repo
 
RepositoryInfo() - Constructor for class hudson.plugins.gradle_repo.RepositoryInfo
 

S

setBranch(String) - Method in class hudson.plugins.gradle_repo.ProjectState
 
setParent(ChangeLogSet) - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
 

T

toString() - Method in class hudson.plugins.gradle_repo.ChangeLogEntry
Converts this ChangeLogEntry to a string for debugging.
A B C D E F G H I M N P R S T 
Skip navigation links

Copyright © 2016–2019. All rights reserved.