Index

A B G I M O P R T V 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

ALWAYS_FALSE_SPEC - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
An instance of Spec that always evaluates to false.
AlwaysFalseSpec() - Konstruktor für Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin.AlwaysFalseSpec
Creates a new instance of AlwaysFalseSpec,
alwaysIgnored() - Statische Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
Returns a list of name patterns for files and folders that are always excluded from being published.
apply(Project) - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherBasePlugin
apply(Project) - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin

B

BASE_FOLDER_DEFAULT - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
The name for the default base folder.

G

getCommitMessage() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The commit message.
getCommitMessage() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The commit message.
getCredentials() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The credentials for the access to the remote repository.
getCredentials() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The credentials for the access to the remote repository.
getDebugFlag() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
Returns the debug flag.
getDebugFlag() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
Returns the debug flag.
getDryRunFlag() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The "DryRun" flag.
getDryRunFlag() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The "DryRun" flag.
getIgnoresList() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The names of the files and folders that will not be published.
getIgnoresList() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The names of the files and folders that will not be published.
getInserts() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
Returns the inserts for the README.md.
getInserts() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
Returns the inserts for the README.md.
getJavadocLocation() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
Returns the Javadoc location.
getJavadocLocation() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
Returns the Javadoc location.
getKeep() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The names of the files and folders to keep in the repository even without a corresponding file or folder in the source.
getKeep() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The names of the files and folders to keep in the repository even without a corresponding file or folder in the source.
getLocalRepositoryFolder() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The name of the target folder for the temporary local Git repository.
getLocalRepositoryFolder() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The name of the target folder for the temporary local Git repository.
getMetaDir() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The folder with the files that are published in the root of the Git repository (for example the README.md).
getMetaDir() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The folder with the files that are published in the root of the Git repository (for example the README.MD).
getMustCleanupFlag() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The flag that indicates whether the temporary repository has to be removed in the end.
getMustCleanupFlag() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The flag that indicates whether the temporary repository has to be removed in the end.
getPassword() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The password for the access to the Git repository.
getPassword() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The password for the access to the Git repository.
getRemoteRepositoryURI() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The URI for the remote repository.
getRemoteRepositoryURI() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The URI for the remote repository.
getSourcesList() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The names of the files and folders to publish.
getSourcesList() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The names of the files and folders to publish.
getUsername() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The username for the access to the Git repository.
getUsername() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The username for the access to the Git repository.
getWorkFolder() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
The work folder that should contain the temporary local Git repository.
getWorkFolder() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The work folder that should contain the temporary local Git repository.
GITPublisherBasePlugin - Klasse in org.tquadrat.foundation.gradle.gitpublisher
Provides the capabilities for the plugin GITPublisherPlugin that publishes a project to GitHub.
GITPublisherBasePlugin() - Konstruktor für Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherBasePlugin
 
GitPublisherException - Ausnahmeklasse in org.tquadrat.foundation.gradle.gitpublisher
An implementation of GitAPIException for this plugin.
GitPublisherException(String) - Konstruktor für Ausnahmeklasse org.tquadrat.foundation.gradle.gitpublisher.GitPublisherException
Constructs a new instance of GitPublisherException with the specified detail message and no cause.
GitPublisherException(String, Throwable) - Konstruktor für Ausnahmeklasse org.tquadrat.foundation.gradle.gitpublisher.GitPublisherException
Constructs a new instance of GitPublisherException with the specified detail message and cause.
GITPublisherExtension - Klasse in org.tquadrat.foundation.gradle.gitpublisher.extension
The extension for the Git publisher plugin.
GITPublisherExtension() - Konstruktor für Klasse org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
 
GITPublisherPlugin - Klasse in org.tquadrat.foundation.gradle.gitpublisher
Publishes a project to GitHub.
GITPublisherPlugin() - Konstruktor für Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
 
GITPublisherPlugin.AlwaysFalseSpec - Klasse in org.tquadrat.foundation.gradle.gitpublisher
An implementation of Spec that evaluates to false always.
GROUP - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
The group for the tasks of this plugin.

I

isSatisfiedBy(Task) - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin.AlwaysFalseSpec

M

META_DIR_NAME - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
The default name for the folder mit the Git metadata files: "gitMeta".

O

org.tquadrat.foundation.gradle.gitpublisher - Package org.tquadrat.foundation.gradle.gitpublisher
The implementation for a Gradle plugin that publishes the artifacts of a project to a Git repository
org.tquadrat.foundation.gradle.gitpublisher.extension - Package org.tquadrat.foundation.gradle.gitpublisher.extension
The extensions for the Git publisher plugin.
org.tquadrat.foundation.gradle.gitpublisher.task - Package org.tquadrat.foundation.gradle.gitpublisher.task
The tasks for the Git publisher plugin.
org.tquadrat.foundation.gradle.gitpublisher.util - Package org.tquadrat.foundation.gradle.gitpublisher.util
Some utility classes.

P

publish() - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
Publishes the artefacts to the specified Git repository.
PUBLISH_TASK - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherBasePlugin
The name of the "publish" task: "publishToGIT".
PublishToGIT - Klasse in org.tquadrat.foundation.gradle.gitpublisher.task
The definition of the task that does the work for the plugin GITPublisherPlugin.
PublishToGIT() - Konstruktor für Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
Creates a new instance for PublishToGIT.

R

replaceVariable(Map...) - Methode in Klasse org.tquadrat.foundation.gradle.gitpublisher.util.Template
Replaces the variables of the form ${<name>} in the adjusted template with values from the given maps and returns it after formatting the result.

T

TARGET_NAME - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
The prefix for the default name of the folder for the working copy of the Git repository.
TASK_NAME - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
The task name: "publishToGIT".
Template - Klasse in org.tquadrat.foundation.gradle.gitpublisher.util
An instance of this class is basically a wrapper around a String that contains placeholders ("Variables") in the form ${<name>}, where <name is the variable name.
Template(CharSequence) - Konstruktor für Klasse org.tquadrat.foundation.gradle.gitpublisher.util.Template
Creates a new instance of Template.

V

VARIABLE_PATTERN - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.util.Template
The regular expression to identify a variable in a char sequence: "\\$\\{((?:_)|(?:[~/=%:&]?\\p{IsAlphabetic}(?:\\p{IsAlphabetic}|\\d|_|.)*?))}".
VARNAME_Now - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.util.Template
The variable name for the current date and time: "now".
VARNAME_Version - Statische Variable in Klasse org.tquadrat.foundation.gradle.gitpublisher.util.Template
The variable name for the version: "version".
A B G I M O P R T V 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form