Uses of Interface
com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties
Packages that use AuthenticationProperties
Package
Description
Various implementations of
CodeEmitter which are used for converting
VcsRepositoryProperties model into Java.Bitbucket Cloud repository type.
Git repository type.
GitHub repository type.
-
Uses of AuthenticationProperties in com.atlassian.bamboo.specs.codegen.emitters.repository
Methods in com.atlassian.bamboo.specs.codegen.emitters.repository with parameters of type AuthenticationPropertiesModifier and TypeMethodDescription@NotNull StringAuthenticationEmitter.emitCode(@NotNull CodeGenerationContext context, @NotNull AuthenticationProperties value) -
Uses of AuthenticationProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud that return AuthenticationPropertiesModifier and TypeMethodDescription@Nullable AuthenticationPropertiesBitbucketCloudRepositoryProperties.getAuthenticationProperties()@Nullable AuthenticationPropertiesBitbucketCloudRepositoryProperties.getCheckoutAuthenticationProperties()Constructors in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud with parameters of type AuthenticationPropertiesModifierConstructorDescriptionBitbucketCloudRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @NotNull String repositorySlug, @Nullable AuthenticationProperties authenticationProperties, @Nullable AuthenticationProperties checkoutAuthenticationProperties, @NotNull String branch, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean useSubmodulesWithShallowClones, boolean sshKeyAppliesToSubmodules, Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, boolean webhookEnabled, VcsChangeDetectionProperties vcsChangeDetection) BitbucketCloudRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @NotNull String repositorySlug, @Nullable AuthenticationProperties authenticationProperties, @Nullable AuthenticationProperties checkoutAuthenticationProperties, @NotNull String branch, @Nullable ProjectProperties project, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean useSubmodulesWithShallowClones, boolean sshKeyAppliesToSubmodules, Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, boolean webhookEnabled, VcsChangeDetectionProperties vcsChangeDetection) -
Uses of AuthenticationProperties in com.atlassian.bamboo.specs.model.repository.git
Classes in com.atlassian.bamboo.specs.model.repository.git that implement AuthenticationPropertiesModifier and TypeClassDescriptionfinal classfinal classfinal classMethods in com.atlassian.bamboo.specs.model.repository.git that return AuthenticationPropertiesModifier and TypeMethodDescription@Nullable AuthenticationPropertiesGitRepositoryProperties.getAuthenticationProperties()Constructors in com.atlassian.bamboo.specs.model.repository.git with parameters of type AuthenticationPropertiesModifierConstructorDescriptionGitRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable String url, @Nullable String branch, @Nullable ProjectProperties project, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean useSubmodulesWithShallowClones, boolean sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs) GitRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable String url, @Nullable String branch, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean useSubmodulesWithShallowClones, boolean sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs) -
Uses of AuthenticationProperties in com.atlassian.bamboo.specs.model.repository.github
Methods in com.atlassian.bamboo.specs.model.repository.github that return AuthenticationPropertiesConstructors in com.atlassian.bamboo.specs.model.repository.github with parameters of type AuthenticationPropertiesModifierConstructorDescriptionGitHubRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable String repository, @Nullable String branch, @Nullable ProjectProperties project, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean useSubmodulesWithShallowClones, boolean sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, String baseUrl, boolean webhookEnabled) GitHubRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable String repository, @Nullable String branch, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean useSubmodulesWithShallowClones, boolean sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, String baseUrl, boolean webhookEnabled)