@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class CredentialsSelectHelper.StoreItem extends Object implements org.jenkins.ui.icon.IconSpec, hudson.model.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 org.jenkins.ui.icon.IconSpecpublic boolean isEnabled()
true if the current user can add credentials to this store.public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic String getDescription()
CredentialsProvider.getDisplayName().CredentialsProvider.getDisplayName().public String getUrl()
CredentialsSelectHelper.WrappedCredentialsStore.CredentialsSelectHelper.WrappedCredentialsStoreCopyright © 2016–2017. All rights reserved.