public static class CredentialsTypeFilter.None extends CredentialsTypeFilter
Modifier and Type | Class and Description |
---|---|
static class |
CredentialsTypeFilter.None.DescriptorImpl
Our descriptor.
|
CredentialsTypeFilter.Excludes, CredentialsTypeFilter.Includes, CredentialsTypeFilter.None
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
None()
Our constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
filter(CredentialsDescriptor type)
Returns
true if and only if the supplied CredentialsDescriptor is permitted to be active. |
int |
hashCode() |
String |
toString() |
getDescriptor
public boolean filter(CredentialsDescriptor type)
true
if and only if the supplied CredentialsDescriptor
is permitted to be active.filter
in class CredentialsTypeFilter
type
- the CredentialsDescriptor
to check.true
if and only if the supplied CredentialsDescriptor
is permitted to be active.public boolean equals(Object o)
equals
in class CredentialsTypeFilter
public int hashCode()
hashCode
in class CredentialsTypeFilter
public String toString()
toString
in class CredentialsTypeFilter
Copyright © 2016–2020. All rights reserved.