Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ALWAYS_FALSE_SPEC - Static variable in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
-
An instance of
Spec
that always evaluates tofalse
. - AlwaysFalseSpec() - Constructor for class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin.AlwaysFalseSpec
-
Creates a new instance of
AlwaysFalseSpec
, - alwaysIgnored() - Static method in class 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) - Method in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherBasePlugin
- apply(Project) - Method in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
B
- BASE_FOLDER_DEFAULT - Static variable in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
-
The name for the default base folder.
G
- getCommitMessage() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The commit message.
- getCommitMessage() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The commit message.
- getCredentials() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The credentials for the access to the remote repository.
- getCredentials() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The credentials for the access to the remote repository.
- getDebugFlag() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
Returns the debug flag.
- getDebugFlag() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
Returns the debug flag.
- getDryRunFlag() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The "DryRun" flag.
- getDryRunFlag() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The "DryRun" flag.
- getIgnoresList() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The names of the files and folders that will not be published.
- getIgnoresList() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The names of the files and folders that will not be published.
- getJavadocLocation() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
Returns the Javadoc location.
- getJavadocLocation() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
Returns the Javadoc location.
- getKeep() - Method in class 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() - Method in class 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() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The name of the target folder for the temporary local Git repository.
- getLocalRepositoryFolder() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The name of the target folder for the temporary local Git repository.
- getMetaDir() - Method in class 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() - Method in class 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() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The flag that indicates whether the temporary repository has to be removed in the end.
- getMustCleanupFlag() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The flag that indicates whether the temporary repository has to be removed in the end.
- getPassword() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The password for the access to the Git repository.
- getPassword() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The password for the access to the Git repository.
- getRemoteRepositoryURI() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The URI for the remote repository.
- getRemoteRepositoryURI() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The URI for the remote repository.
- getSourcesList() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The names of the files and folders to publish.
- getSourcesList() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The names of the files and folders to publish.
- getUsername() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The username for the access to the Git repository.
- getUsername() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The username for the access to the Git repository.
- getWorkFolder() - Method in class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
-
The work folder that should contain the temporary local Git repository.
- getWorkFolder() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The work folder that should contain the temporary local Git repository.
- GITPublisherBasePlugin - Class in org.tquadrat.foundation.gradle.gitpublisher
-
Provides the capabilities for the plugin
GITPublisherPlugin
that publishes a project to GitHub. - GITPublisherBasePlugin() - Constructor for class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherBasePlugin
- GitPublisherException - Exception in org.tquadrat.foundation.gradle.gitpublisher
-
An implementation of
GitAPIException
for this plugin. - GitPublisherException(String) - Constructor for exception org.tquadrat.foundation.gradle.gitpublisher.GitPublisherException
-
Constructs a new instance of
GitPublisherException
with the specified detail message and no cause. - GitPublisherException(String, Throwable) - Constructor for exception org.tquadrat.foundation.gradle.gitpublisher.GitPublisherException
-
Constructs a new instance of
GitPublisherException
with the specified detail message and cause. - GITPublisherExtension - Class in org.tquadrat.foundation.gradle.gitpublisher.extension
-
The extension for the Git publisher plugin.
- GITPublisherExtension() - Constructor for class org.tquadrat.foundation.gradle.gitpublisher.extension.GITPublisherExtension
- GITPublisherPlugin - Class in org.tquadrat.foundation.gradle.gitpublisher
-
Publishes a project to GitHub.
- GITPublisherPlugin() - Constructor for class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
- GITPublisherPlugin.AlwaysFalseSpec - Class in org.tquadrat.foundation.gradle.gitpublisher
-
An implementation of
Spec
that evaluates tofalse
always. - GROUP - Static variable in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin
-
The group for the tasks of this plugin.
I
- isSatisfiedBy(Task) - Method in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherPlugin.AlwaysFalseSpec
M
- META_DIR_NAME - Static variable in class 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.
P
- publish() - Method in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
Publishes the artifacts to the specified Git repository.
- PUBLISH_TASK - Static variable in class org.tquadrat.foundation.gradle.gitpublisher.GITPublisherBasePlugin
-
The name of the "publish" task: "publishToGIT".
- PublishToGIT - Class in org.tquadrat.foundation.gradle.gitpublisher.task
-
The definition of the task that does the work for the plugin
GITPublisherPlugin
. - PublishToGIT() - Constructor for class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
Creates a new instance for
PublishToGIT
.
T
- TARGET_NAME - Static variable in class 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 - Static variable in class org.tquadrat.foundation.gradle.gitpublisher.task.PublishToGIT
-
The task name: "publishToGIT".
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form