Uses of Interface
com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties
-
Packages that use AuthenticationProperties Package Description com.atlassian.bamboo.specs.codegen.emitters.repository Various implementations ofCodeEmitterwhich are used for convertingVcsRepositoryPropertiesmodel into Java.com.atlassian.bamboo.specs.model.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.model.repository.git Git repository type.com.atlassian.bamboo.specs.model.repository.github 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 AuthenticationProperties Modifier and Type Method Description @NotNull java.lang.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 AuthenticationProperties Modifier and Type Method Description @Nullable AuthenticationPropertiesBitbucketCloudRepositoryProperties. getAuthenticationProperties()@Nullable AuthenticationPropertiesBitbucketCloudRepositoryProperties. getCheckoutAuthenticationProperties()Constructors in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud with parameters of type AuthenticationProperties Constructor Description BitbucketCloudRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @NotNull java.lang.String repositorySlug, @Nullable AuthenticationProperties authenticationProperties, @Nullable AuthenticationProperties checkoutAuthenticationProperties, @NotNull java.lang.String branch, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, boolean webhookEnabled, VcsChangeDetectionProperties vcsChangeDetection)BitbucketCloudRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @NotNull java.lang.String repositorySlug, @Nullable AuthenticationProperties authenticationProperties, @Nullable AuthenticationProperties checkoutAuthenticationProperties, @NotNull java.lang.String branch, @Nullable ProjectProperties project, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, java.time.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 AuthenticationProperties Modifier and Type Class Description classSharedCredentialsAuthenticationPropertiesclassSshPrivateKeyAuthenticationPropertiesclassUserPasswordAuthenticationPropertiesMethods in com.atlassian.bamboo.specs.model.repository.git that return AuthenticationProperties Modifier and Type Method Description @Nullable AuthenticationPropertiesGitRepositoryProperties. getAuthenticationProperties()Constructors in com.atlassian.bamboo.specs.model.repository.git with parameters of type AuthenticationProperties Constructor Description GitRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable java.lang.String url, @Nullable java.lang.String branch, @Nullable ProjectProperties project, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs)GitRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable java.lang.String url, @Nullable java.lang.String branch, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.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 AuthenticationProperties Modifier and Type Method Description AuthenticationPropertiesGitHubRepositoryProperties. getAuthenticationProperties()Constructors in com.atlassian.bamboo.specs.model.repository.github with parameters of type AuthenticationProperties Constructor Description GitHubRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable java.lang.String repository, @Nullable java.lang.String branch, @Nullable ProjectProperties project, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, java.lang.String baseUrl)GitHubRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable java.lang.String repository, @Nullable java.lang.String branch, @Nullable AuthenticationProperties authenticationProperties, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, java.lang.String baseUrl)
-