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

AbstractGitTask - Class in de.qaware.seu.as.code.plugins.git
Base class for all concrete Git tasks.
AbstractGitTask() - Constructor in AbstractGitTask
Initialize task with group.
always(Closure) - Method in AbstractGitTask
apply(Project) - Method in GitPlugin
applyOptions(GitCloneOptions) - Method in GitCloneTask
Apply the task specific options to this instance.
applyOptions(GitCommitOptions) - Method in GitCommitTask
Apply the task specific options to this instance.
applyOptions(GitPullOptions) - Method in GitPullTask
Apply the task specific options to this instance.
applyOptions(GitPushOptions) - Method in GitPushTask
Apply the task specific options to this instance.
author(Closure) - Method in GitCommitOptions
Set the author information.

B

branch(String) - Method in GitRepository
Short hand method to set the Git branch to use.

C

clone(Closure) - Method in GitOptions
Apply the closure to the GitCloneOptions.
commit(Closure) - Method in GitOptions
Apply the closure to the GitCommitOptions.
committer(Closure) - Method in GitCommitOptions
Set the committer information.
configureGitTasks(Project, NamedDomainObjectContainer<GitRepository>) - Method in GitPlugin
Configures all Git tasks for the given project and Git repository container.
createCredentialsProvider() - Method in AbstractGitTask

D

directory(String) - Method in GitRepository
Short hand method to set the directory name.
doClone() - Method in GitCloneTask
doCommit() - Method in GitCommitTask
doInit() - Method in GitInitTask
doPull() - Method in GitPullTask
doPush() - Method in GitPushTask
doStatus() - Method in GitStatusTask

E

F

G

getAuthor() - Method in GitCommitOptions
Return the author.
getCommitter() - Method in GitCommitOptions
Return the committer.
GitCloneOptions - Class in de.qaware.seu.as.code.plugins.git
Simple data class to model additional options for the GitCloneTask.
GitCloneTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git clone.
GitCommitOptions - Class in de.qaware.seu.as.code.plugins.git
Simple data class to model additional options for the GitCommitTask.
GitCommitTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git commit.
GitInitTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git init.
GitOptions - Class in de.qaware.seu.as.code.plugins.git
The options configuration class for the different Git commands the plugin supports.
GitPlugin - Class in de.qaware.seu.as.code.plugins.git
The SEU-as-code Git plugin.
GitPullOptions - Class in de.qaware.seu.as.code.plugins.git
Simple data class to model additional options for the GitPullTask.
GitPullOptions.MergeStrategy - Enum in de.qaware.seu.as.code.plugins.git
GitPullTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git pull operation.
GitPushOptions - Class in de.qaware.seu.as.code.plugins.git
Simple data class to model additional options for the GitPushTask.
GitPushTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git push operation.
GitRepository - Class in de.qaware.seu.as.code.plugins.git
The GitRepository class is the value holder object for named Git domain objects.
GitRepository(String) - Constructor in GitRepository
Required to construct by name.
GitStatusTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git status operation.
GitUser - Class in de.qaware.seu.as.code.plugins.git
A holder class for personal information about the author and committer.

H

I

J

K

L

M

N

O

options(Closure) - Method in GitRepository
Apply the closure to the GitCommandOptions.

P

password(String) - Method in GitRepository
Short hand method to set the password.
pull(Closure) - Method in GitOptions
Apply the closure to the GitPullOptions.
push(Closure) - Method in GitOptions
Apply the closure to the GitPushOptions.

Q

R

S

setSingleBranch(boolean) - Method in GitRepository
Setter method to set the single branch only option.
singleBranch(boolean) - Method in GitRepository
Shorthand method to set the single branch only option.

T

timeout - Field in AbstractGitTask

U

url(String) - Method in GitRepository
Short hand method to set the Git URL.
username(String) - Method in GitRepository
Short hand method to set the username.

V

W

withExceptionHandling(String, Closure) - Method in AbstractGitTask

X

Y

Z

_

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 _