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

B

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

C

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

GitCloneTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git clone.
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.
GitPlugin - Class in de.qaware.seu.as.code.plugins.git
The SEU-as-Code Git plugin.
GitPullTask - Class in de.qaware.seu.as.code.plugins.git
The task implementation to perform a Git pull operation.
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.

H

I

J

K

L

M

N

O

P

password(String) - Method in GitRepository
Short hand method to set the password.

Q

R

S

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

T

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 _