Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

apply(Project) - Method in GithubPagesPlugin
Applies the plugin to the given project.
apply(Project) - Method in GrgitReleasePlugin

B

BasicPasswordCredentials - Class in org.ajoberstar.gradle.git.auth
Basic implementation of PasswordCredentials.
BasicPasswordCredentials(String, String) - Constructor in BasicPasswordCredentials
Constructs credentials with the given arguments.

C

credentials(Closure) - Method in GithubPagesPluginExtension
Configured the credentials to be used when interacting with the repo.

D


E

extractName(String) - Method in NearestVersionLocator

F


G

getAllStages() - Method in InferredVersion
Gets all stages considered valid by this object.
getInferredVersion() - Method in InferredVersion
getNearest() - Method in InferredVersion
The nearest version that was found in the repository.
getPassword() - Method in BasicPasswordCredentials
{@inheritDoc}
getReleasable() - Method in InferredVersion
getRepoUri() - Method in GithubPagesPluginExtension
Gets the URI of the Github repository.
getScope() - Method in InferredVersion
getStage() - Method in InferredVersion
getStage() - Method in NearestVersion
The pre-release stage of the any version.
getTagMessage() - Method in GrgitReleasePluginExtension
The message to use when tagging the release.
getTagName() - Method in GrgitReleasePluginExtension
Gets the tag name that will be used.
getUsername() - Method in BasicPasswordCredentials
{@inheritDoc}
getWorkingDir() - Method in GithubPagesPluginExtension
Gets the working directory that the repo will be places in.
GithubPagesPlugin - Class in org.ajoberstar.gradle.git.ghpages
Plugin to enable publishing to gh-pages branch of Github.
GithubPagesPluginExtension - Class in org.ajoberstar.gradle.git.ghpages
Extension for gh-pages specific properties.
GithubPagesPluginExtension(Project) - Constructor in GithubPagesPluginExtension
Constructs the plugin extension.
GrgitReleasePlugin - Class in org.ajoberstar.gradle.git.release
Plugin providing opinionated release functionality for Git projects.
GrgitReleasePluginExtension - Class in org.ajoberstar.gradle.git.release
Extension providing properties to configure the behavior of the GrgitReleasePlugin.
GrgitReleasePluginExtension(Project) - Constructor in GrgitReleasePluginExtension

H


I

infer(InferredVersion.ChangeScope, String) - Method in InferredVersion
Infers the version using the given arguments.
InferredVersion - Class in org.ajoberstar.gradle.git.semver
Version object that infers its value from the existing Git tags in the repository and the stage and scope of the change.
InferredVersion.ChangeScope - Enum in org.ajoberstar.gradle.git.semver
InferredVersion(Project) - Constructor in InferredVersion

J


K


L

locate(Grgit) - Method in NearestVersionLocator
Locate the nearest version in the given repository starting from the current HEAD.

M


N

NearestVersion - Class in org.ajoberstar.gradle.git.semver
Nearest version tags reachable from the current HEAD.
NearestVersionLocator - Class in org.ajoberstar.gradle.git.semver
Locates the nearest org.ajoberstar.grgit.Tags whose names can be parsed as a com.github.zafarkhaja.semver.Version.

O

ObjectUtil - Class in org.ajoberstar.gradle.util
Utility class for general Object related operations.

P

pages(Closure) - Method in GithubPagesPluginExtension
Configures the gh-pages copy spec.
parseAsVersion(String) - Method in NearestVersionLocator

Q


R


S

setGrgit(Grgit) - Method in GrgitReleasePluginExtension
Sets the repository to use on both this extension and the underlying version.
setPassword(String) - Method in BasicPasswordCredentials
{@inheritDoc}
setUsername(String) - Method in BasicPasswordCredentials
{@inheritDoc}

T

toGrgit() - Method in BasicPasswordCredentials
Converts to credentials for use in Grgit.
toString() - Method in InferredVersion

U

unpack(Object) - Method in ObjectUtil
Unpacks the given object by recursively calling the call() method if the object is a Closure or Callable.
unpackString(Object) - Method in ObjectUtil
Unpacks the given object to its String value.

V

version(Closure) - Method in GrgitReleasePluginExtension
Configure the version.

W


X


Y


Z


_


Groovy Documentation