RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token) |
The function that allows the user to input the type of the token used for authentication and the token
itself to authenticate to the source control repository.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token,
String refreshToken,
String scope,
int expiresIn) |
The function that allows the user to input the type of the token used for authentication and the token
itself to authenticate to the source control repository.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token) |
The function that allows the user to input the type of the token used for authentication and the token
itself to authenticate to the source control repository.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token,
String refreshToken,
String scope,
int expiresIn) |
The function that allows the user to input the type of the token used for authentication and the token
itself to authenticate to the source control repository.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token) |
The function that allows the user to input the type of the token used for authentication and the token
itself to authenticate to the source control repository.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token,
String refreshToken,
String scope,
int expiresIn) |
The function that allows the user to input the type of the token used for authentication and the token
itself to authenticate to the source control repository.
|
AuthInfo |
AuthInfo.withTokenType(TokenType tokenType) |
Set the tokenType property: The type of Auth token.
|
AuthInfoUpdateParameters |
AuthInfoUpdateParameters.withTokenType(TokenType tokenType) |
Set the tokenType property: The type of Auth token.
|