Uses of Class
com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
-
Packages that use VcsChangeDetectionProperties Package Description com.atlassian.bamboo.specs.api.builders.repository Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.com.atlassian.bamboo.specs.api.model.repository Generic plan-local and linked source code repositories as well as change detection settings.com.atlassian.bamboo.specs.api.validators.repository Validate generic VCS settings.com.atlassian.bamboo.specs.model.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.model.repository.bitbucket.server Bitbucket Server repository type.com.atlassian.bamboo.specs.model.repository.git Git repository type.com.atlassian.bamboo.specs.model.repository.github GitHub repository type. -
-
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsChangeDetectionProperties Modifier and Type Method Description protected VcsChangeDetectionPropertiesVcsChangeDetection. build() -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.model.repository
Methods in com.atlassian.bamboo.specs.api.model.repository that return VcsChangeDetectionProperties Modifier and Type Method Description @Nullable VcsChangeDetectionPropertiesAnyVcsRepositoryProperties. getChangeDetectionConfiguration()Constructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type VcsChangeDetectionProperties Constructor Description AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable ProjectProperties project, @Nullable java.util.Map<java.lang.String,java.lang.Object> serverConfiguration, @Nullable java.util.Map<java.lang.String,java.lang.Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable java.util.Map<java.lang.String,java.lang.Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties)AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable java.util.Map<java.lang.String,java.lang.Object> serverConfiguration, @Nullable java.util.Map<java.lang.String,java.lang.Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable java.util.Map<java.lang.String,java.lang.Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.validators.repository
Methods in com.atlassian.bamboo.specs.api.validators.repository with parameters of type VcsChangeDetectionProperties Modifier and Type Method Description static java.util.List<ValidationProblem>VcsChangeDetectionValidator. validate(@NotNull VcsChangeDetectionProperties vcsChangeDetectionProperties) -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud that return VcsChangeDetectionProperties Modifier and Type Method Description VcsChangeDetectionPropertiesBitbucketCloudRepositoryProperties. getVcsChangeDetection()Constructors in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud with parameters of type VcsChangeDetectionProperties 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 VcsChangeDetectionProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.server
Methods in com.atlassian.bamboo.specs.model.repository.bitbucket.server that return VcsChangeDetectionProperties Modifier and Type Method Description VcsChangeDetectionPropertiesBitbucketServerRepositoryProperties. getVcsChangeDetection()Constructors in com.atlassian.bamboo.specs.model.repository.bitbucket.server with parameters of type VcsChangeDetectionProperties Constructor Description BitbucketServerRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable java.lang.String projectKey, @Nullable java.lang.String repositorySlug, @Nullable java.lang.String sshPublicKey, @Nullable java.lang.String sshPrivateKey, @Nullable java.lang.String sshCloneUrl, @Nullable java.lang.String branch, @Nullable ProjectProperties project, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror)BitbucketServerRepositoryProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @Nullable java.lang.String description, @Nullable java.lang.String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ApplicationLinkProperties server, @Nullable java.lang.String projectKey, @Nullable java.lang.String repositorySlug, @Nullable java.lang.String sshPublicKey, @Nullable java.lang.String sshPrivateKey, @Nullable java.lang.String sshCloneUrl, @Nullable java.lang.String branch, @Nullable VcsChangeDetectionProperties vcsChangeDetection, boolean useShallowClones, boolean useRemoteAgentCache, boolean useSubmodules, boolean sshKeyAppliesToSubmodules, @NotNull java.time.Duration commandTimeout, boolean verboseLogs, boolean fetchWholeRepository, boolean useLfs, @Nullable BitbucketServerMirrorProperties mirror) -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.model.repository.git
Methods in com.atlassian.bamboo.specs.model.repository.git that return VcsChangeDetectionProperties Modifier and Type Method Description @Nullable VcsChangeDetectionPropertiesGitRepositoryProperties. getVcsChangeDetection()Constructors in com.atlassian.bamboo.specs.model.repository.git with parameters of type VcsChangeDetectionProperties 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 VcsChangeDetectionProperties in com.atlassian.bamboo.specs.model.repository.github
Methods in com.atlassian.bamboo.specs.model.repository.github that return VcsChangeDetectionProperties Modifier and Type Method Description VcsChangeDetectionPropertiesGitHubRepositoryProperties. getVcsChangeDetection()Constructors in com.atlassian.bamboo.specs.model.repository.github with parameters of type VcsChangeDetectionProperties 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)
-