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 StringAuthenticationEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull AuthenticationProperties value) -
Uses of AuthenticationProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
Classes in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud that implement AuthenticationProperties Modifier and Type Class Description classEmailApiTokenAuthenticationPropertiesMethods 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 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 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 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 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 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 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 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 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 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 sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, String baseUrl)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 sshKeyAppliesToSubmodules, @NotNull Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, String baseUrl)
-