Class GitVcsComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git.GitVcsComponent
- All Implemented Interfaces:
VcsComponent
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
convertToLinkedButton, driver, elementFinder, globalRepositoryDetails, pageBinder, repositoryDisplayName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontext use in repository selection (option field or link text)long
long
populateDetails
(com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repository) withAuthenticationType
(String authenticationType) withPassword
(String password) withPasswordCredentialsSource
(String source) withPasswordSharedCredential
(long sharedCredentialId) withPasswordSharedCredential
(String sharedCredentialName) withRepositoryUrl
(String repositoryUrl) withSshCredentialsSource
(String source) withSshSharedCredential
(long sharedCredentialId) withSshSharedCredential
(String sharedCredentialName) withUsername
(String username) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
canConvertToLinked, configureBambooSpecs, convertToLinked, isConvertToLinkedButtonEnabled, isConvertToLinkedButtonPresent, isLinkedRepository, save, saveCreate, saveUpdate, setDisplayName, supportsRss, withAdvancedOptions, withChangeDetectionOptions, withCommitIsolation, withDefaultRepositoryPermission
-
Constructor Details
-
GitVcsComponent
public GitVcsComponent() -
GitVcsComponent
-
-
Method Details
-
getDisplayName
Description copied from interface:VcsComponent
text use in repository selection (option field or link text) -
withRepositoryUrl
-
getRepositoryUrl
-
withAuthenticationType
-
getAuthenticationType
-
withSshCredentialsSource
-
getSshCredentialsSource
-
withPasswordCredentialsSource
-
getPasswordCredentialsSource
-
withUsername
-
getUsername
-
withPassword
-
populateDetails
- Throws:
Exception
-
populateDetails
public GitVcsComponent populateDetails(com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repository) throws Exception - Throws:
Exception
-