UsernamePassword
class UsernamePassword extends Generic
UsernamePassword
Constants
SCOPE_GLOBAL |
Gültigkeitsbereich für Jobs |
SCOPE_SYSTEM |
Gültigkeitsbereich nur für das Jenkins-System |
Properties
protected string | $staplerClass | from Generic | |
protected string | $scope | from Generic | |
protected string | $id | from Generic | |
protected string | $description | from Generic | |
protected User | $user | ||
protected Password | $password |
Methods
__construct(User $user, Password $password, string $scope = self::SCOPE_GLOBAL)
Neue Instanz
array
toArray()
Array
User
getUser()
getUser
Password
getPassword()
getPassword
Details
at line 55
__construct(User $user, Password $password, string $scope = self::SCOPE_GLOBAL)
Neue Instanz
in Generic at line 91
string
getScope()
getScope
in Generic at line 101
string
getId()
getId
in Generic at line 111
string
getDescription()
getDescription
in Generic at line 122
UsernamePassword
setId(string $id)
setId
in Generic at line 134
UsernamePassword
setDescription(string $description)
setDescription
in Generic at line 144
string
asJSON()
Json
at line 88
array
toArray()
Array
at line 70
User
getUser()
getUser
at line 79
Password
getPassword()
getPassword