@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class CredentialsSelectHelper.StoreItem extends Object implements IconSpec, ModelObject
CredentialsStore
.Constructor and Description |
---|
StoreItem(CredentialsStore store)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Exposes the description of this store (i.e.
|
String |
getDisplayName() |
String |
getIconClassName() |
String |
getUrl()
Exposes the URL of this store's
CredentialsSelectHelper.WrappedCredentialsStore . |
boolean |
isEnabled()
Exposes if this store is enabled for the current user.
|
public StoreItem(CredentialsStore store)
store
- the store.public String getIconClassName()
getIconClassName
in interface IconSpec
public boolean isEnabled()
true
if the current user can add credentials to this store.public String getDisplayName()
getDisplayName
in interface ModelObject
public String getDescription()
CredentialsProvider.getDisplayName()
.CredentialsProvider.getDisplayName()
.public String getUrl()
CredentialsSelectHelper.WrappedCredentialsStore
.CredentialsSelectHelper.WrappedCredentialsStore
Copyright © 2016–2021. All rights reserved.