Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.SignatureMethod
-
Packages that use Consumer.SignatureMethod Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer Add package level annotations to indicate everything is non-null by default. -
-
Uses of Consumer.SignatureMethod in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer that return Consumer.SignatureMethod Modifier and Type Method Description Consumer.SignatureMethod
Consumer. getSignatureMethod()
Returns the method the consumer uses to sign requests.static Consumer.SignatureMethod
Consumer.SignatureMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static Consumer.SignatureMethod[]
Consumer.SignatureMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer with parameters of type Consumer.SignatureMethod Modifier and Type Method Description Consumer.Builder
Consumer.Builder. signatureMethod(Consumer.SignatureMethod signatureMethod)
Sets thesignatureMethod
attribute of theConsumer
object under construction and returnsthis
builder to allow other attributes to be set
-