@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_CredentialsParameterDefinition_DisplayName()
Key
CredentialsParameterDefinition.DisplayName: Credentials Parameter. |
static org.jvnet.localizer.Localizable |
_CredentialsParameterValue_NotAvailableToCurrentUser()
Key
CredentialsParameterValue.NotAvailableToCurrentUser:
Not available to current user. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_CreatePermissionDescription()
Key
CredentialsProvider.CreatePermissionDescription: The create permission is necessary to add credentials to a credentials
provider.. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_DeletePermissionDescription()
Key
CredentialsProvider.DeletePermissionDescription: The delete permission is necessary to remove credentials stored in a
credentials provider.. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_ManageDomainsPermissionDescription()
Key
CredentialsProvider.ManageDomainsPermissionDescription:
The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains).. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_PermissionGroupTitle()
Key
CredentialsProvider.PermissionGroupTitle: Credentials. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_UpdatePermissionDescription()
Key
CredentialsProvider.UpdatePermissionDescription: The update permission is necessary to modify credentials in a
credentials provider.. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_UseItemPermissionDescription()
Key
CredentialsProvider.UseItemPermissionDescription: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from those credentials available within
the scope of the job. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_UseOwnPermissionDescription()
Key
CredentialsProvider.UseOwnPermissionDescription: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from their private credential store. |
static org.jvnet.localizer.Localizable |
_CredentialsProvider_ViewPermissionDescription()
Key
CredentialsProvider.ViewPermissionDescription: The
view permission is necessary to view the credentials stored in a
credentials provider.. |
static org.jvnet.localizer.Localizable |
_CredentialsProviderFilter_Excludes_DisplayName()
Key
CredentialsProviderFilter.Excludes.DisplayName: Exclude selected. |
static org.jvnet.localizer.Localizable |
_CredentialsProviderFilter_Includes_DisplayName()
Key
CredentialsProviderFilter.Includes.DisplayName: Only selected. |
static org.jvnet.localizer.Localizable |
_CredentialsProviderFilter_None_DisplayName()
Key
CredentialsProviderFilter.None.DisplayName: All
available. |
static org.jvnet.localizer.Localizable |
_CredentialsProviderTypeRestriction_Excludes_DisplayName()
Key
CredentialsProviderTypeRestriction.Excludes.DisplayName:
Excludes. |
static org.jvnet.localizer.Localizable |
_CredentialsProviderTypeRestriction_Includes_DisplayName()
Key
CredentialsProviderTypeRestriction.Includes.DisplayName:
Includes. |
static org.jvnet.localizer.Localizable |
_CredentialsScope_GlobalDisplayName()
Key
CredentialsScope.GlobalDisplayName: Global
(Jenkins, nodes, items, all child items, etc). |
static org.jvnet.localizer.Localizable |
_CredentialsScope_SystemDisplayName()
Key
CredentialsScope.SystemDisplayName: System (Jenkins
and nodes only). |
static org.jvnet.localizer.Localizable |
_CredentialsScope_UserDisplayName()
Key
CredentialsScope.UserDisplayName: User. |
static org.jvnet.localizer.Localizable |
_CredentialsSelectHelper_CLIMalformedStoreId(Object arg0)
Key
CredentialsSelectHelper.CLIMalformedStoreId: Malformed store identifier, expecting Provider::Resolver::ContextPath
got {0}. |
static org.jvnet.localizer.Localizable |
_CredentialsSelectHelper_CLINoStore()
Key
CredentialsSelectHelper.CLINoStore: The specified
provider does not have a credentials store in the specified context.. |
static org.jvnet.localizer.Localizable |
_CredentialsSelectHelper_CLINoSuchContext(Object arg0)
Key
CredentialsSelectHelper.CLINoSuchContext: The
specified context path {0} is not resolving to an object.. |
static org.jvnet.localizer.Localizable |
_CredentialsSelectHelper_CLINoSuchProvider(Object arg0)
Key
CredentialsSelectHelper.CLINoSuchProvider: The
specified provider {0} cannot be uniquely identified.. |
static org.jvnet.localizer.Localizable |
_CredentialsSelectHelper_CLINoSuchResolver(Object arg0)
Key
CredentialsSelectHelper.CLINoSuchResolver: The
specified resolver {0} cannot be uniquely identified.. |
static org.jvnet.localizer.Localizable |
_CredentialsSelectHelper_DisplayName()
Key
CredentialsSelectHelper.DisplayName: Credentials
Selection Helper. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_AddCredentialsAction()
Key
CredentialsStoreAction.AddCredentialsAction: Add
credentials. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_AddDomainAction()
Key
CredentialsStoreAction.AddDomainAction: Add
domain. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_ConfigureDomainAction()
Key
CredentialsStoreAction.ConfigureDomainAction: Configure. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_DeleteCredentialAction()
Key
CredentialsStoreAction.DeleteCredentialAction: Delete. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_DeleteDomainAction()
Key
CredentialsStoreAction.DeleteDomainAction: Delete
domain. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_DisplayName()
Key
CredentialsStoreAction.DisplayName: Credentials. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_DuplicateDomainNameMessage()
Key
CredentialsStoreAction.DuplicateDomainNameMessage: A domain with that name already exists. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_EmptyDomainNameMessage()
Key
CredentialsStoreAction.EmptyDomainNameMessage: You
must provide a name for the domain. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_GlobalDomainDescription()
Key
CredentialsStoreAction.GlobalDomainDescription: Credentials that should be available irrespective of domain
specification to requirements matching.. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_GlobalDomainDisplayName()
Key
CredentialsStoreAction.GlobalDomainDisplayName: Global credentials (unrestricted). |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_MoveCredentialAction()
Key
CredentialsStoreAction.MoveCredentialAction: Move. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_UpdateCredentialAction()
Key
CredentialsStoreAction.UpdateCredentialAction: Update. |
static org.jvnet.localizer.Localizable |
_CredentialsStoreAction_UserDisplayName(Object arg0)
Key
CredentialsStoreAction.UserDisplayName: User: {0}. |
static org.jvnet.localizer.Localizable |
_CredentialsTypeFilter_Excludes_DisplayName()
Key
CredentialsTypeFilter.Excludes.DisplayName: Exclude
selected. |
static org.jvnet.localizer.Localizable |
_CredentialsTypeFilter_Includes_DisplayName()
Key
CredentialsTypeFilter.Includes.DisplayName: Only
selected. |
static org.jvnet.localizer.Localizable |
_CredentialsTypeFilter_None_DisplayName()
Key
CredentialsTypeFilter.None.DisplayName: All
available. |
static org.jvnet.localizer.Localizable |
_GlobalCredentialsConfiguration_Description()
Key
GlobalCredentialsConfiguration.Description: Configure the credential providers and types. |
static org.jvnet.localizer.Localizable |
_GlobalCredentialsConfiguration_DisplayName()
Key
GlobalCredentialsConfiguration.DisplayName: Configure Credentials. |
static org.jvnet.localizer.Localizable |
_SystemCredentialsProvider_ProviderImpl_DisplayName()
Key
SystemCredentialsProvider.ProviderImpl.DisplayName: Jenkins Credentials Provider. |
static org.jvnet.localizer.Localizable |
_SystemCredentialsProvider_UserFacingAction_DisplayName()
Key
SystemCredentialsProvider.UserFacingAction.DisplayName:
System. |
static org.jvnet.localizer.Localizable |
_UserCredentialsProvider_DisplayName()
Key
UserCredentialsProvider_DisplayName: Credentials. |
static org.jvnet.localizer.Localizable |
_UserCredentialsProvider_UserFacingAction_DisplayName()
Key
UserCredentialsProvider.UserFacingAction.DisplayName:
User. |
static String |
CredentialsParameterDefinition_DisplayName()
Key
CredentialsParameterDefinition.DisplayName: Credentials Parameter. |
static String |
CredentialsParameterValue_NotAvailableToCurrentUser()
Key
CredentialsParameterValue.NotAvailableToCurrentUser:
Not available to current user. |
static String |
CredentialsProvider_CreatePermissionDescription()
Key
CredentialsProvider.CreatePermissionDescription: The create permission is necessary to add credentials to a credentials
provider.. |
static String |
CredentialsProvider_DeletePermissionDescription()
Key
CredentialsProvider.DeletePermissionDescription: The delete permission is necessary to remove credentials stored in a
credentials provider.. |
static String |
CredentialsProvider_ManageDomainsPermissionDescription()
Key
CredentialsProvider.ManageDomainsPermissionDescription:
The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains).. |
static String |
CredentialsProvider_PermissionGroupTitle()
Key
CredentialsProvider.PermissionGroupTitle: Credentials. |
static String |
CredentialsProvider_UpdatePermissionDescription()
Key
CredentialsProvider.UpdatePermissionDescription: The update permission is necessary to modify credentials in a
credentials provider.. |
static String |
CredentialsProvider_UseItemPermissionDescription()
Key
CredentialsProvider.UseItemPermissionDescription: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from those credentials available within
the scope of the job. |
static String |
CredentialsProvider_UseOwnPermissionDescription()
Key
CredentialsProvider.UseOwnPermissionDescription: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from their private credential store. |
static String |
CredentialsProvider_ViewPermissionDescription()
Key
CredentialsProvider.ViewPermissionDescription: The
view permission is necessary to view the credentials stored in a
credentials provider.. |
static String |
CredentialsProviderFilter_Excludes_DisplayName()
Key
CredentialsProviderFilter.Excludes.DisplayName: Exclude selected. |
static String |
CredentialsProviderFilter_Includes_DisplayName()
Key
CredentialsProviderFilter.Includes.DisplayName: Only selected. |
static String |
CredentialsProviderFilter_None_DisplayName()
Key
CredentialsProviderFilter.None.DisplayName: All
available. |
static String |
CredentialsProviderTypeRestriction_Excludes_DisplayName()
Key
CredentialsProviderTypeRestriction.Excludes.DisplayName:
Excludes. |
static String |
CredentialsProviderTypeRestriction_Includes_DisplayName()
Key
CredentialsProviderTypeRestriction.Includes.DisplayName:
Includes. |
static String |
CredentialsScope_GlobalDisplayName()
Key
CredentialsScope.GlobalDisplayName: Global
(Jenkins, nodes, items, all child items, etc). |
static String |
CredentialsScope_SystemDisplayName()
Key
CredentialsScope.SystemDisplayName: System (Jenkins
and nodes only). |
static String |
CredentialsScope_UserDisplayName()
Key
CredentialsScope.UserDisplayName: User. |
static String |
CredentialsSelectHelper_CLIMalformedStoreId(Object arg0)
Key
CredentialsSelectHelper.CLIMalformedStoreId: Malformed store identifier, expecting Provider::Resolver::ContextPath
got {0}. |
static String |
CredentialsSelectHelper_CLINoStore()
Key
CredentialsSelectHelper.CLINoStore: The specified
provider does not have a credentials store in the specified context.. |
static String |
CredentialsSelectHelper_CLINoSuchContext(Object arg0)
Key
CredentialsSelectHelper.CLINoSuchContext: The
specified context path {0} is not resolving to an object.. |
static String |
CredentialsSelectHelper_CLINoSuchProvider(Object arg0)
Key
CredentialsSelectHelper.CLINoSuchProvider: The
specified provider {0} cannot be uniquely identified.. |
static String |
CredentialsSelectHelper_CLINoSuchResolver(Object arg0)
Key
CredentialsSelectHelper.CLINoSuchResolver: The
specified resolver {0} cannot be uniquely identified.. |
static String |
CredentialsSelectHelper_DisplayName()
Key
CredentialsSelectHelper.DisplayName: Credentials
Selection Helper. |
static String |
CredentialsStoreAction_AddCredentialsAction()
Key
CredentialsStoreAction.AddCredentialsAction: Add
credentials. |
static String |
CredentialsStoreAction_AddDomainAction()
Key
CredentialsStoreAction.AddDomainAction: Add
domain. |
static String |
CredentialsStoreAction_ConfigureDomainAction()
Key
CredentialsStoreAction.ConfigureDomainAction: Configure. |
static String |
CredentialsStoreAction_DeleteCredentialAction()
Key
CredentialsStoreAction.DeleteCredentialAction: Delete. |
static String |
CredentialsStoreAction_DeleteDomainAction()
Key
CredentialsStoreAction.DeleteDomainAction: Delete
domain. |
static String |
CredentialsStoreAction_DisplayName()
Key
CredentialsStoreAction.DisplayName: Credentials. |
static String |
CredentialsStoreAction_DuplicateDomainNameMessage()
Key
CredentialsStoreAction.DuplicateDomainNameMessage: A domain with that name already exists. |
static String |
CredentialsStoreAction_EmptyDomainNameMessage()
Key
CredentialsStoreAction.EmptyDomainNameMessage: You
must provide a name for the domain. |
static String |
CredentialsStoreAction_GlobalDomainDescription()
Key
CredentialsStoreAction.GlobalDomainDescription: Credentials that should be available irrespective of domain
specification to requirements matching.. |
static String |
CredentialsStoreAction_GlobalDomainDisplayName()
Key
CredentialsStoreAction.GlobalDomainDisplayName: Global credentials (unrestricted). |
static String |
CredentialsStoreAction_MoveCredentialAction()
Key
CredentialsStoreAction.MoveCredentialAction: Move. |
static String |
CredentialsStoreAction_UpdateCredentialAction()
Key
CredentialsStoreAction.UpdateCredentialAction: Update. |
static String |
CredentialsStoreAction_UserDisplayName(Object arg0)
Key
CredentialsStoreAction.UserDisplayName: User: {0}. |
static String |
CredentialsTypeFilter_Excludes_DisplayName()
Key
CredentialsTypeFilter.Excludes.DisplayName: Exclude
selected. |
static String |
CredentialsTypeFilter_Includes_DisplayName()
Key
CredentialsTypeFilter.Includes.DisplayName: Only
selected. |
static String |
CredentialsTypeFilter_None_DisplayName()
Key
CredentialsTypeFilter.None.DisplayName: All
available. |
static String |
GlobalCredentialsConfiguration_Description()
Key
GlobalCredentialsConfiguration.Description: Configure the credential providers and types. |
static String |
GlobalCredentialsConfiguration_DisplayName()
Key
GlobalCredentialsConfiguration.DisplayName: Configure Credentials. |
static String |
SystemCredentialsProvider_ProviderImpl_DisplayName()
Key
SystemCredentialsProvider.ProviderImpl.DisplayName: Jenkins Credentials Provider. |
static String |
SystemCredentialsProvider_UserFacingAction_DisplayName()
Key
SystemCredentialsProvider.UserFacingAction.DisplayName:
System. |
static String |
UserCredentialsProvider_DisplayName()
Key
UserCredentialsProvider_DisplayName: Credentials. |
static String |
UserCredentialsProvider_UserFacingAction_DisplayName()
Key
UserCredentialsProvider.UserFacingAction.DisplayName:
User. |
public static String GlobalCredentialsConfiguration_DisplayName()
GlobalCredentialsConfiguration.DisplayName: Configure Credentials.Configure Credentialspublic static org.jvnet.localizer.Localizable _GlobalCredentialsConfiguration_DisplayName()
GlobalCredentialsConfiguration.DisplayName: Configure Credentials.Configure Credentialspublic static String CredentialsSelectHelper_DisplayName()
CredentialsSelectHelper.DisplayName: Credentials
Selection Helper.Credentials Selection Helperpublic static org.jvnet.localizer.Localizable _CredentialsSelectHelper_DisplayName()
CredentialsSelectHelper.DisplayName: Credentials
Selection Helper.Credentials Selection Helperpublic static String CredentialsStoreAction_EmptyDomainNameMessage()
CredentialsStoreAction.EmptyDomainNameMessage: You
must provide a name for the domain.You must provide a name for the domainpublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_EmptyDomainNameMessage()
CredentialsStoreAction.EmptyDomainNameMessage: You
must provide a name for the domain.You must provide a name for the domainpublic static String CredentialsSelectHelper_CLIMalformedStoreId(Object arg0)
CredentialsSelectHelper.CLIMalformedStoreId: Malformed store identifier, expecting Provider::Resolver::ContextPath
got {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Malformed store identifier, expecting
Provider::Resolver::ContextPath got {0}public static org.jvnet.localizer.Localizable _CredentialsSelectHelper_CLIMalformedStoreId(Object arg0)
CredentialsSelectHelper.CLIMalformedStoreId: Malformed store identifier, expecting Provider::Resolver::ContextPath
got {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Malformed store identifier, expecting
Provider::Resolver::ContextPath got {0}public static String CredentialsProvider_UseOwnPermissionDescription()
CredentialsProvider.UseOwnPermissionDescription: Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from their private credential store.
Immediate actions could include: building with parameters, tagging a
build, deploying artifacts, etc..Where an immediate action against a job requires that a
credential be selected by the user triggering the action, this
permission allows the user to select a credential from their private
credential store. Immediate actions could include: building with
parameters, tagging a build, deploying artifacts, etc.public static org.jvnet.localizer.Localizable _CredentialsProvider_UseOwnPermissionDescription()
CredentialsProvider.UseOwnPermissionDescription: Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from their private credential store.
Immediate actions could include: building with parameters, tagging a
build, deploying artifacts, etc..Where an immediate action against a job requires that a
credential be selected by the user triggering the action, this
permission allows the user to select a credential from their private
credential store. Immediate actions could include: building with
parameters, tagging a build, deploying artifacts, etc.public static String CredentialsSelectHelper_CLINoSuchResolver(Object arg0)
CredentialsSelectHelper.CLINoSuchResolver: The
specified resolver {0} cannot be uniquely identified..arg0 - 1st format parameter, {0}, as String.valueOf(Object).The specified resolver {0} cannot be uniquely identified.public static org.jvnet.localizer.Localizable _CredentialsSelectHelper_CLINoSuchResolver(Object arg0)
CredentialsSelectHelper.CLINoSuchResolver: The
specified resolver {0} cannot be uniquely identified..arg0 - 1st format parameter, {0}, as String.valueOf(Object).The specified resolver {0} cannot be uniquely identified.public static String CredentialsStoreAction_DuplicateDomainNameMessage()
CredentialsStoreAction.DuplicateDomainNameMessage: A domain with that name already exists.A domain with that name already existspublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_DuplicateDomainNameMessage()
CredentialsStoreAction.DuplicateDomainNameMessage: A domain with that name already exists.A domain with that name already existspublic static String CredentialsStoreAction_DeleteCredentialAction()
CredentialsStoreAction.DeleteCredentialAction: Delete.Deletepublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_DeleteCredentialAction()
CredentialsStoreAction.DeleteCredentialAction: Delete.Deletepublic static String CredentialsTypeFilter_Excludes_DisplayName()
CredentialsTypeFilter.Excludes.DisplayName: Exclude
selected.Exclude selectedpublic static org.jvnet.localizer.Localizable _CredentialsTypeFilter_Excludes_DisplayName()
CredentialsTypeFilter.Excludes.DisplayName: Exclude
selected.Exclude selectedpublic static String CredentialsStoreAction_GlobalDomainDisplayName()
CredentialsStoreAction.GlobalDomainDisplayName: Global credentials (unrestricted).Global credentials (unrestricted)public static org.jvnet.localizer.Localizable _CredentialsStoreAction_GlobalDomainDisplayName()
CredentialsStoreAction.GlobalDomainDisplayName: Global credentials (unrestricted).Global credentials (unrestricted)public static String CredentialsProvider_UpdatePermissionDescription()
CredentialsProvider.UpdatePermissionDescription: The update permission is necessary to modify credentials in a
credentials provider..The update permission is necessary to modify credentials in a
credentials provider.public static org.jvnet.localizer.Localizable _CredentialsProvider_UpdatePermissionDescription()
CredentialsProvider.UpdatePermissionDescription: The update permission is necessary to modify credentials in a
credentials provider..The update permission is necessary to modify credentials in a
credentials provider.public static String CredentialsScope_SystemDisplayName()
CredentialsScope.SystemDisplayName: System (Jenkins
and nodes only).System (Jenkins and nodes only)public static org.jvnet.localizer.Localizable _CredentialsScope_SystemDisplayName()
CredentialsScope.SystemDisplayName: System (Jenkins
and nodes only).System (Jenkins and nodes only)public static String UserCredentialsProvider_DisplayName()
UserCredentialsProvider_DisplayName: Credentials.Credentialspublic static org.jvnet.localizer.Localizable _UserCredentialsProvider_DisplayName()
UserCredentialsProvider_DisplayName: Credentials.Credentialspublic static String CredentialsScope_UserDisplayName()
CredentialsScope.UserDisplayName: User.Userpublic static org.jvnet.localizer.Localizable _CredentialsScope_UserDisplayName()
CredentialsScope.UserDisplayName: User.Userpublic static String CredentialsStoreAction_MoveCredentialAction()
CredentialsStoreAction.MoveCredentialAction: Move.Movepublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_MoveCredentialAction()
CredentialsStoreAction.MoveCredentialAction: Move.Movepublic static String CredentialsStoreAction_UserDisplayName(Object arg0)
CredentialsStoreAction.UserDisplayName: User: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).User: {0}public static org.jvnet.localizer.Localizable _CredentialsStoreAction_UserDisplayName(Object arg0)
CredentialsStoreAction.UserDisplayName: User: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).User: {0}public static String CredentialsScope_GlobalDisplayName()
CredentialsScope.GlobalDisplayName: Global
(Jenkins, nodes, items, all child items, etc).Global (Jenkins, nodes, items, all child items, etc)public static org.jvnet.localizer.Localizable _CredentialsScope_GlobalDisplayName()
CredentialsScope.GlobalDisplayName: Global
(Jenkins, nodes, items, all child items, etc).Global (Jenkins, nodes, items, all child items, etc)public static String CredentialsProvider_ViewPermissionDescription()
CredentialsProvider.ViewPermissionDescription: The
view permission is necessary to view the credentials stored in a
credentials provider..The view permission is necessary to view the credentials stored
in a credentials provider.public static org.jvnet.localizer.Localizable _CredentialsProvider_ViewPermissionDescription()
CredentialsProvider.ViewPermissionDescription: The
view permission is necessary to view the credentials stored in a
credentials provider..The view permission is necessary to view the credentials stored
in a credentials provider.public static String CredentialsSelectHelper_CLINoSuchContext(Object arg0)
CredentialsSelectHelper.CLINoSuchContext: The
specified context path {0} is not resolving to an object..arg0 - 1st format parameter, {0}, as String.valueOf(Object).The specified context path {0} is not resolving to an object.public static org.jvnet.localizer.Localizable _CredentialsSelectHelper_CLINoSuchContext(Object arg0)
CredentialsSelectHelper.CLINoSuchContext: The
specified context path {0} is not resolving to an object..arg0 - 1st format parameter, {0}, as String.valueOf(Object).The specified context path {0} is not resolving to an object.public static String CredentialsProviderTypeRestriction_Includes_DisplayName()
CredentialsProviderTypeRestriction.Includes.DisplayName:
Includes.Includespublic static org.jvnet.localizer.Localizable _CredentialsProviderTypeRestriction_Includes_DisplayName()
CredentialsProviderTypeRestriction.Includes.DisplayName:
Includes.Includespublic static String CredentialsProviderFilter_Includes_DisplayName()
CredentialsProviderFilter.Includes.DisplayName: Only selected.Only selectedpublic static org.jvnet.localizer.Localizable _CredentialsProviderFilter_Includes_DisplayName()
CredentialsProviderFilter.Includes.DisplayName: Only selected.Only selectedpublic static String CredentialsStoreAction_AddCredentialsAction()
CredentialsStoreAction.AddCredentialsAction: Add
credentials.Add credentialspublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_AddCredentialsAction()
CredentialsStoreAction.AddCredentialsAction: Add
credentials.Add credentialspublic static String CredentialsProvider_CreatePermissionDescription()
CredentialsProvider.CreatePermissionDescription: The create permission is necessary to add credentials to a credentials
provider..The create permission is necessary to add credentials to a
credentials provider.public static org.jvnet.localizer.Localizable _CredentialsProvider_CreatePermissionDescription()
CredentialsProvider.CreatePermissionDescription: The create permission is necessary to add credentials to a credentials
provider..The create permission is necessary to add credentials to a
credentials provider.public static String CredentialsStoreAction_AddDomainAction()
CredentialsStoreAction.AddDomainAction: Add
domain.Add domainpublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_AddDomainAction()
CredentialsStoreAction.AddDomainAction: Add
domain.Add domainpublic static String CredentialsProvider_UseItemPermissionDescription()
CredentialsProvider.UseItemPermissionDescription: Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from those credentials available within
the scope of the job. Immediate actions could include: building with
parameters, tagging a build, deploying artifacts, etc..Where an immediate action against a job requires that a
credential be selected by the user triggering the action, this
permission allows the user to select a credential from those
credentials available within the scope of the job. Immediate actions
could include: building with parameters, tagging a build, deploying
artifacts, etc.public static org.jvnet.localizer.Localizable _CredentialsProvider_UseItemPermissionDescription()
CredentialsProvider.UseItemPermissionDescription: Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from those credentials available within
the scope of the job. Immediate actions could include: building with
parameters, tagging a build, deploying artifacts, etc..Where an immediate action against a job requires that a
credential be selected by the user triggering the action, this
permission allows the user to select a credential from those
credentials available within the scope of the job. Immediate actions
could include: building with parameters, tagging a build, deploying
artifacts, etc.public static String UserCredentialsProvider_UserFacingAction_DisplayName()
UserCredentialsProvider.UserFacingAction.DisplayName:
User.Userpublic static org.jvnet.localizer.Localizable _UserCredentialsProvider_UserFacingAction_DisplayName()
UserCredentialsProvider.UserFacingAction.DisplayName:
User.Userpublic static String CredentialsStoreAction_ConfigureDomainAction()
CredentialsStoreAction.ConfigureDomainAction: Configure.Configurepublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_ConfigureDomainAction()
CredentialsStoreAction.ConfigureDomainAction: Configure.Configurepublic static String SystemCredentialsProvider_ProviderImpl_DisplayName()
SystemCredentialsProvider.ProviderImpl.DisplayName: Jenkins Credentials Provider.Jenkins Credentials Providerpublic static org.jvnet.localizer.Localizable _SystemCredentialsProvider_ProviderImpl_DisplayName()
SystemCredentialsProvider.ProviderImpl.DisplayName: Jenkins Credentials Provider.Jenkins Credentials Providerpublic static String CredentialsProviderTypeRestriction_Excludes_DisplayName()
CredentialsProviderTypeRestriction.Excludes.DisplayName:
Excludes.Excludespublic static org.jvnet.localizer.Localizable _CredentialsProviderTypeRestriction_Excludes_DisplayName()
CredentialsProviderTypeRestriction.Excludes.DisplayName:
Excludes.Excludespublic static String CredentialsParameterValue_NotAvailableToCurrentUser()
CredentialsParameterValue.NotAvailableToCurrentUser:
Not available to current user.Not available to current userpublic static org.jvnet.localizer.Localizable _CredentialsParameterValue_NotAvailableToCurrentUser()
CredentialsParameterValue.NotAvailableToCurrentUser:
Not available to current user.Not available to current userpublic static String CredentialsParameterDefinition_DisplayName()
CredentialsParameterDefinition.DisplayName: Credentials Parameter.Credentials Parameterpublic static org.jvnet.localizer.Localizable _CredentialsParameterDefinition_DisplayName()
CredentialsParameterDefinition.DisplayName: Credentials Parameter.Credentials Parameterpublic static String CredentialsProvider_DeletePermissionDescription()
CredentialsProvider.DeletePermissionDescription: The delete permission is necessary to remove credentials stored in a
credentials provider..The delete permission is necessary to remove credentials stored
in a credentials provider.public static org.jvnet.localizer.Localizable _CredentialsProvider_DeletePermissionDescription()
CredentialsProvider.DeletePermissionDescription: The delete permission is necessary to remove credentials stored in a
credentials provider..The delete permission is necessary to remove credentials stored
in a credentials provider.public static String SystemCredentialsProvider_UserFacingAction_DisplayName()
SystemCredentialsProvider.UserFacingAction.DisplayName:
System.Systempublic static org.jvnet.localizer.Localizable _SystemCredentialsProvider_UserFacingAction_DisplayName()
SystemCredentialsProvider.UserFacingAction.DisplayName:
System.Systempublic static String CredentialsTypeFilter_None_DisplayName()
CredentialsTypeFilter.None.DisplayName: All
available.All availablepublic static org.jvnet.localizer.Localizable _CredentialsTypeFilter_None_DisplayName()
CredentialsTypeFilter.None.DisplayName: All
available.All availablepublic static String CredentialsProviderFilter_Excludes_DisplayName()
CredentialsProviderFilter.Excludes.DisplayName: Exclude selected.Exclude selectedpublic static org.jvnet.localizer.Localizable _CredentialsProviderFilter_Excludes_DisplayName()
CredentialsProviderFilter.Excludes.DisplayName: Exclude selected.Exclude selectedpublic static String CredentialsSelectHelper_CLINoStore()
CredentialsSelectHelper.CLINoStore: The specified
provider does not have a credentials store in the specified context..The specified provider does not have a credentials store in the
specified context.public static org.jvnet.localizer.Localizable _CredentialsSelectHelper_CLINoStore()
CredentialsSelectHelper.CLINoStore: The specified
provider does not have a credentials store in the specified context..The specified provider does not have a credentials store in the
specified context.public static String GlobalCredentialsConfiguration_Description()
GlobalCredentialsConfiguration.Description: Configure the credential providers and types.Configure the credential providers and typespublic static org.jvnet.localizer.Localizable _GlobalCredentialsConfiguration_Description()
GlobalCredentialsConfiguration.Description: Configure the credential providers and types.Configure the credential providers and typespublic static String CredentialsProvider_ManageDomainsPermissionDescription()
CredentialsProvider.ManageDomainsPermissionDescription:
The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains)..The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains).public static org.jvnet.localizer.Localizable _CredentialsProvider_ManageDomainsPermissionDescription()
CredentialsProvider.ManageDomainsPermissionDescription:
The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains)..The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains).public static String CredentialsStoreAction_DisplayName()
CredentialsStoreAction.DisplayName: Credentials.Credentialspublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_DisplayName()
CredentialsStoreAction.DisplayName: Credentials.Credentialspublic static String CredentialsProviderFilter_None_DisplayName()
CredentialsProviderFilter.None.DisplayName: All
available.All availablepublic static org.jvnet.localizer.Localizable _CredentialsProviderFilter_None_DisplayName()
CredentialsProviderFilter.None.DisplayName: All
available.All availablepublic static String CredentialsStoreAction_UpdateCredentialAction()
CredentialsStoreAction.UpdateCredentialAction: Update.Updatepublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_UpdateCredentialAction()
CredentialsStoreAction.UpdateCredentialAction: Update.Updatepublic static String CredentialsSelectHelper_CLINoSuchProvider(Object arg0)
CredentialsSelectHelper.CLINoSuchProvider: The
specified provider {0} cannot be uniquely identified..arg0 - 1st format parameter, {0}, as String.valueOf(Object).The specified provider {0} cannot be uniquely identified.public static org.jvnet.localizer.Localizable _CredentialsSelectHelper_CLINoSuchProvider(Object arg0)
CredentialsSelectHelper.CLINoSuchProvider: The
specified provider {0} cannot be uniquely identified..arg0 - 1st format parameter, {0}, as String.valueOf(Object).The specified provider {0} cannot be uniquely identified.public static String CredentialsStoreAction_GlobalDomainDescription()
CredentialsStoreAction.GlobalDomainDescription: Credentials that should be available irrespective of domain
specification to requirements matching..Credentials that should be available irrespective of domain
specification to requirements matching.public static org.jvnet.localizer.Localizable _CredentialsStoreAction_GlobalDomainDescription()
CredentialsStoreAction.GlobalDomainDescription: Credentials that should be available irrespective of domain
specification to requirements matching..Credentials that should be available irrespective of domain
specification to requirements matching.public static String CredentialsTypeFilter_Includes_DisplayName()
CredentialsTypeFilter.Includes.DisplayName: Only
selected.Only selectedpublic static org.jvnet.localizer.Localizable _CredentialsTypeFilter_Includes_DisplayName()
CredentialsTypeFilter.Includes.DisplayName: Only
selected.Only selectedpublic static String CredentialsStoreAction_DeleteDomainAction()
CredentialsStoreAction.DeleteDomainAction: Delete
domain.Delete domainpublic static org.jvnet.localizer.Localizable _CredentialsStoreAction_DeleteDomainAction()
CredentialsStoreAction.DeleteDomainAction: Delete
domain.Delete domainpublic static String CredentialsProvider_PermissionGroupTitle()
CredentialsProvider.PermissionGroupTitle: Credentials.Credentialspublic static org.jvnet.localizer.Localizable _CredentialsProvider_PermissionGroupTitle()
CredentialsProvider.PermissionGroupTitle: Credentials.CredentialsCopyright © 2016–2018. All rights reserved.