- GenericBSD - Class in org.ysb33r.grolifant.api.v4.os
Abstract base class for BSD-based operating systems.
- GenericBSD() - Constructor in GenericBSD
-
- GenericUnix - Class in org.ysb33r.grolifant.api.v4.os
Generic Unix-like implementation of OperatingSystem.
- GenericUnix() - Constructor in GenericUnix
-
- get(String, String, PropertyResolveOrder) - Method in PropertyResolver
-
Gets a property using a specific resolve order
- getAdditionalProperties() - Method in AbstractCacheBinaryTask
-
Returns additional properties to be added to the cached binary properties file.
- getArch() - Method in GenericUnix
-
Architecture underlying the operating system
- getArch() - Method in Windows
-
Architecture underlying the operating system
- getArchiveOperations() - Method in DefaultProjectOperations
-
- getArchivePath() - Method in AbstractCloudGit
-
Calculates an archive path for the specific repository type.
- getArchivePath() - Method in GitHubArchive
-
Calculates an archive path for the specific repository type.
- getArchivePath() - Method in GitLabArchive
-
Calculates an archive path for the specific repository type.
- getArchiveRoot() - Method in GitRepoArchiveDownloader
-
Returns the location which is the top or home folder for a distribution.
- getArchiveUri() - Method in AbstractCloudGit
-
Obtains the URI for the archive of the repository.
- getArchiveUri() - Method in CloudGitDescriptor
-
Obtains the URI for the archive of the repository.
- getArchStr() - Method in GenericUnix
-
Implementation-specific free-form architecture string.
- getArchStr() - Method in Solaris
-
Solaris-specific architecture strings.
- getArchStr() - Method in Windows
-
Architecture underlying the operating system
- getAttribute(Attribute<T>) - Method in ArtifactAttributeContainer
-
Returns the value of an attribute found in this container, or null if
this container doesn't have it.
- getAttributes() - Method in ArtifactAttributeContainer
-
- getAuthentication() - Method in AuthenticationSupportedRepository
-
- getBeginToken() - Method in AbstractScriptWrapperTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the start token delimiter.
- getBinaryLocation() - Method in AbstractCacheBinaryTask
-
Obtains location of executable binary or script
- getBinaryLocationProvider() - Method in AbstractCacheBinaryTask
-
Obtains location of executable binary or script
- getBinaryVersion() - Method in AbstractCacheBinaryTask
-
Obtains version of binary or script
- getBinaryVersionProvider() - Method in AbstractCacheBinaryTask
-
Obtains version of binary or script
- getBuildDir() - Method in DefaultProjectOperations
-
Build directory
- getCachedBinaryProperties() - Method in AbstractCacheBinaryTask
-
- getCredentials(Class<T>) - Method in AuthenticationSupportedRepository
-
- getEndToken() - Method in AbstractScriptWrapperTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the end token delimiter.
- getExecOperations() - Method in DefaultProjectOperations
-
- getExecutableName(String) - Method in GenericUnix
-
Given a base string, returns the Unix exe name.
- getExecutableName(String) - Method in Windows
-
- getExecutableNames(String) - Method in GenericUnix
-
Given a base string, returns the Unix exe name.
- getExecutableNames(String) - Method in Windows
-
- getFromCache(URI, String, String) - Method in DependencyCache
-
Extract an artifact from cache.
- getGroupProvider() - Method in DefaultProjectTools
-
Lazy-evaluated project group.
- getIdentifier() - Method in AbstractCloudGit
-
Returns an identifier of an instance in the repository.
- getLocationPropertiesFile() - Method in AbstractCacheBinaryTask
-
- getName() - Method in AbstractCloudGit
-
Obtains the name of the Git service.
- getName() - Method in CloudGitDescriptor
-
Obtains the name of the Git service.
- getOrElse(Provider<T>, T) - Method in DefaultProviderTools
-
Allow getOrElse functionality for providers even before Gradle 4.3.
- getOrganisation() - Method in AbstractCloudGit
-
Get the organisation
- getOrganisation() - Method in CloudGitDescriptor
-
Organisation on Git cloud service
- getOrNull(Provider<T>) - Method in DefaultProviderTools
-
Allow getOrElse functionality for providers even before Gradle 4.3.
- getPkgName(URI) - Method in UriUtils
-
Get final package or directory name from a URI
- getProjectCacheDir() - Method in DefaultProjectOperations
-
Returns the project cache dir
- getProjectOperations() - Method in AbstractCacheBinaryTask
-
- getPropertiesDescription() - Method in AbstractCacheBinaryTask
-
Obtains a description to be added to the cached binary properties file.
- getPropertyProvider() - Method in DefaultProjectOperations
-
- getRepository() - Method in AbstractCloudGit
-
Get the repository
- getRepository() - Method in CloudGitDescriptor
-
Repository on Git cloud service
- getScriptName(String) - Method in GenericUnix
-
Returns OS-specific decorated script name.
- getScriptName(String) - Method in Windows
-
Returns Windows-specific decorated script name.
- getSharedLibraryName(String) - Method in GenericUnix
-
Returns OS-specific shared library name
- getSharedLibraryName(String) - Method in Windows
-
Returns Windows shared library name
- getSharedLibrarySuffix() - Method in GenericUnix
-
Return Unix-like string that is used to suffix to shared libraries
- getSharedLibrarySuffix() - Method in MacOsX
-
Return MacOSX string that is used to suffix to shared libraries
- getStaticLibraryName(String) - Method in GenericUnix
-
Returns OS-specific static library name
- getStaticLibraryName(String) - Method in Windows
-
Returns OS-specific static library name
- getTokenValuesAsMap() - Method in AbstractScriptWrapperTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the collection of tokens.
- getVersionProvider() - Method in DefaultProjectTools
-
Lazy-evaluated project version.
- getWrapperDestinationDir() - Method in AbstractScriptWrapperTask
-
Directory for writing wrapper files to.
- getWrapperDestinationDirProvider() - Method in AbstractScriptWrapperTask
-
Directory for writing wrapper files to.
- GitHubArchive - Class in org.ysb33r.grolifant.api.v4.git
Describes a GitHub archive.
- GitHubArchive() - Constructor in GitHubArchive
-
- GitLabArchive - Class in org.ysb33r.grolifant.api.v4.git
Describes a GitLab archive.
- GitLabArchive() - Constructor in GitLabArchive
-
- GitRepoArchiveDownloader - Class in org.ysb33r.grolifant.api.v4.git
Downloads an archive of a Git repository.
- GitRepoArchiveDownloader(CloudGitDescriptor, Project) - Constructor in GitRepoArchiveDownloader
-
- gradleProperty(Object, boolean) - Method in DefaultProjectOperations
-