JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
G
O
S
T
U
B
BasicPasswordCredentials
- Class in
org.ajoberstar.gradle.git.auth
Basic implementation of
PasswordCredentials
.
BasicPasswordCredentials()
- Constructor for class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
Constructs credentials with
null
username and password.
BasicPasswordCredentials(String, String)
- Constructor for class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
Constructs credentials with the given arguments.
G
getPassword()
- Method in class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
getUsername()
- Method in class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
O
ObjectUtil
- Class in
org.ajoberstar.gradle.util
Utility class for general
Object
related operations.
org.ajoberstar.gradle.git.auth
- package org.ajoberstar.gradle.git.auth
org.ajoberstar.gradle.util
- package org.ajoberstar.gradle.util
S
setPassword(String)
- Method in class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
setUsername(String)
- Method in class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
T
toGrgit()
- Method in class org.ajoberstar.gradle.git.auth.
BasicPasswordCredentials
Converts to credentials for use in Grgit.
U
unpack(Object)
- Static method in class org.ajoberstar.gradle.util.
ObjectUtil
Unpacks the given object by recursively calling the
call()
method if the object is a
Closure
or
Callable
.
unpackString(Object)
- Static method in class org.ajoberstar.gradle.util.
ObjectUtil
Unpacks the given object to its
String
value.
B
G
O
S
T
U
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes