Uses of Class
com.atlassian.bamboo.repository.NameValuePair
-
-
Uses of NameValuePair in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>
ConfigureSecurity. getSupportedManualEncryptionTimeUnits()
-
Uses of NameValuePair in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>
RenameAgentCapability. getOverrideOptions()
-
Uses of NameValuePair in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return types with arguments of type NameValuePair Modifier and Type Method Description @NotNull List<NameValuePair>
BitbucketRepository. getAccessLevels()
@NotNull List<NameValuePair>
BitbucketRepository. getPasswordCredentialsSources()
@NotNull List<NameValuePair>
BitbucketRepository. getPasswordSharedCredentials()
@NotNull List<NameValuePair>
BitbucketRepository. getPrivateRepositoryAuthenticationTypes()
@NotNull List<NameValuePair>
BitbucketRepository. getSshCredentialsSources()
@NotNull List<NameValuePair>
BitbucketRepository. getSshSharedCredentials()
-
Uses of NameValuePair in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return types with arguments of type NameValuePair Modifier and Type Method Description @NotNull List<NameValuePair>
GitRepository. getAuthenticationTypes()
@NotNull List<NameValuePair>
GitRepository. getPasswordCredentialsSources()
@NotNull List<NameValuePair>
GitRepository. getPasswordSharedCredentials()
@NotNull List<NameValuePair>
GitRepository. getSshCredentialsSources()
@NotNull List<NameValuePair>
GitRepository. getSshSharedCredentials()
-
Uses of NameValuePair in com.atlassian.bamboo.plugins.git.v2.configurator
Methods in com.atlassian.bamboo.plugins.git.v2.configurator that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>
GitServerConfigurator. getSshCredentialsSources()
-
Uses of NameValuePair in com.atlassian.bamboo.plugins.script.task.configuration
Methods in com.atlassian.bamboo.plugins.script.task.configuration that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>
ScriptBuildTaskConfigurator. getInterpreterTypes()
-
Uses of NameValuePair in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return NameValuePair Modifier and Type Method Description NameValuePair
AuthenticationType. getNameValue()
Methods in com.atlassian.bamboo.repository that return types with arguments of type NameValuePair Modifier and Type Method Description @NotNull List<NameValuePair>
SelectableAuthenticationRepository. getAuthenticationTypes()
List all authentication types supported by repository.@NotNull List<NameValuePair>
DefaultRepositoryManager. getFilterOptions()
@NotNull List<NameValuePair>
RepositoryManager. getFilterOptions()
Deprecated.Get change detection filter options. -
Uses of NameValuePair in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that return types with arguments of type NameValuePair Modifier and Type Method Description @NotNull List<NameValuePair>
SvnRepository. getAuthenticationTypes()
-
Uses of NameValuePair in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>
RepositorySettingsAction. getValidSubversionWorkingCopyFormats()
-
Uses of NameValuePair in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type NameValuePair Modifier and Type Method Description @NotNull Collection<NameValuePair>
UIConfigSupport. getFilterOptions()
Deprecated.since 5.14 without replacement@NotNull Collection<NameValuePair>
UIConfigSupportImpl. getFilterOptions()
-