Uses of Class
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash.StashVcsComponent
-
Packages that use StashVcsComponent Package Description com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash -
-
Uses of StashVcsComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash that return StashVcsComponent Modifier and Type Method Description StashVcsComponent
StashVcsComponent. doOAuthDance()
StashVcsComponent
StashVcsComponent. doOAuthDance(Consumer<String> logger)
StashVcsComponent
StashVcsComponent. doOAuthDanceIfNeeded()
StashVcsComponent
StashVcsComponent. doOAuthDanceIfNeeded(Consumer<String> logger)
StashVcsComponent
StashVcsComponent. populateStashDetails(com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repository)
We're usingVcsRepositoryProperties.getDescription()
to define "Project-name / repository-name" value to choose in the UI selectorStashVcsComponent
StashVcsComponent. populateStashDetails(TestBuildDetails plan)
StashVcsComponent
StashVcsComponent. populateStashDetails(String projectName, String repositoryName, @Nullable String branchName)
StashVcsComponent
StashVcsComponent. selectBranch(@NotNull String branchName)
StashVcsComponent
StashVcsComponent. selectMirror(@NotNull String mirrorName)
StashVcsComponent
StashVcsComponent. selectRepository(@NotNull String repositoryName)
StashVcsComponent
StashVcsComponent. selectRepository(@NotNull String projectKey, @NotNull String repositoryName)
StashVcsComponent
StashVcsComponent. waitUntilBranchSelected()
StashVcsComponent
StashVcsComponent. waitUntilRepositorySelected()
StashVcsComponent
StashVcsComponent. waitUntilServerSelected()
StashVcsComponent
StashVcsComponent. withAdvancedOptions()
-