- generateBuildId() - Method in CI
-
- getBranch() - Method in CI
-
- getBuildNumber() - Method in CI
-
- getBuildNumExt() - Method in CI
-
- getBuildParameter(String) - Method in CI
-
- getBuildTag() - Method in CI
-
- getBuildTagExt() - Method in CI
-
- getBuildUrl() - Method in CI
-
- getCIServer() - Method in CI
-
- getCommitEmail() - Method in CI
-
- getCommitHash() - Method in CI
-
- getCommitHash() - Method in GitUtils
-
- getCurrentBranch() - Method in GitUtils
-
- getCurrentFullBranch() - Method in GitUtils
-
- getDependency(Project, String, String) - Method in GradleExtension
-
- getDependency(Project, String, String) - Method in GradleUtils
-
- getFileBase(File) - Method in Utils
-
Return the base filename: filename without an extension.
- getFileExt(File) - Method in Utils
-
Return a list of File objects that match a particular extension.
- getFilesByBasename(File, String) - Method in Utils
-
Return a list of files that match a particular basename.
- getFilesByExt(File, String) - Method in Utils
-
Return a list of files that match a particular extension.
- getGitHubOrg() - Method in CI
-
- getGitHubRepo() - Method in CI
-
- getHostname() - Method in Utils
-
- getJenkinsRemote() - Method in Utils
-
- getMatchingFiles(File, String) - Method in Utils
-
Return a list of File objects that match a particular extension.
- getMatchingFilesExt(File, String) - Method in Utils
-
Return a List of matching files in directory 'sourceDir' that match extension 'sourceExt'.
- getModifiedBranch(String) - Method in Utils
-
- getModifiedFile(File, String) - Method in Utils
-
Return a file with a new extension 'fileExt'.
- getModifiedFileName(File, String) - Method in Utils
-
Return a file name with the new extension.
- getModifiedFiles(File, String, File, String) - Method in Utils
-
Return a List of files in directory 'fileDir' that match extension 'currentExtension', but return them with new parent directory 'newDir' and new extension 'newExtension'.
- getModifiedMatchingFiles(File, String, File, String, File, String) - Method in Utils
-
Return a List of matching files in directory 'fileDir' that match extension 'currentExtension', but return them with new parent directory 'newDir' and new extension 'newExtension'.
- getParameter(Project, String, String, String) - Method in GradleUtils
-
- getRelativePath(File, File) - Method in Utils
-
- getRenamedFile(File, String, String) - Method in Utils
-
Return a file renamed where 'source' is replaced with 'target'.
- getRenamedFileName(File, String, String) - Method in Utils
-
Return a modified file name where 'source' is replaced with 'target'.
- getRepositoryUrl() - Method in CI
-
- getTimestamp() - Method in CI
-
- getToolExt() - Method in Utils
-
- GitUtils - Class in com.redpillanalytics.common
Created by stewart on 5/2/16.
- GitUtils(String) - Constructor in GitUtils
-
- GradleExtension - Class in com.redpillanalytics.gradle.properties
- GradlePlugin - Class in com.redpillanalytics.gradle.properties
- GradleUtils - Class in com.redpillanalytics.common
Created by stewartbryson on 11/30/16.