Class NoneAuth
java.lang.Object
hudson.model.AbstractDescribableImpl<Auth2>
io.jenkins.plugins.remote.result.trigger.auth2.Auth2
io.jenkins.plugins.remote.result.trigger.auth2.NoneAuth
- All Implemented Interfaces:
Describable<Auth2>,Serializable,Cloneable
- Author:
- HW
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.jenkins.plugins.remote.result.trigger.auth2.Auth2
Auth2.Auth2Descriptor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCredentials(Item item) Get JenkinsClient Credentials Or ApiTokeninthashCode()toString()Returns a string representing the authorization.
-
Field Details
-
DESCRIPTOR
-
INSTANCE
-
-
Constructor Details
-
NoneAuth
@DataBoundConstructor public NoneAuth()
-
-
Method Details
-
getCredentials
Get JenkinsClient Credentials Or ApiToken- Specified by:
getCredentialsin classAuth2- Throws:
CredentialsNotFoundException
-
toString
-
toString
Description copied from class:Auth2Returns a string representing the authorization.- Specified by:
toStringin classAuth2- Parameters:
item- the Item (Job, Pipeline,...) we are currently running in. The item is required to also get Credentials which are defined in the items scope and not Jenkins globally. Value can be null, but Credentials e.g. configured on a Folder will not be found in this case, only globally configured Credentials.- Returns:
- a string representing the authorization.
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<Auth2>- Overrides:
getDescriptorin classAbstractDescribableImpl<Auth2>
-
hashCode
public int hashCode() -
equals
-