Interface BitbucketDelegatedRepository
-
- All Superinterfaces:
BambooPluginModule
,BranchAwareRepository
,BranchDetectionCapableRepository
,BranchInformationProvider
,BranchMergingAwareRepository
,BuildConfigurationAwarePlugin
,CachingAwareRepository
,ConfigurablePlugin
,ConvertibleFromConfig
,CustomSourceDirectoryAwareRepository
,DescriptionProvider
,InitablePluginModule
,NameProvider
,PushCapableRepository
,RenderableBuildConfiguration
,Repository
,RepositoryV2
,RequirementsAwareRepository
,Serializable
public interface BitbucketDelegatedRepository extends RepositoryV2, BranchInformationProvider, BranchMergingAwareRepository, CachingAwareRepository, PushCapableRepository, RequirementsAwareRepository
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.repository.CachingAwareRepository
CachingAwareRepository.CachableOperation
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.repository.Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.repository.BranchAwareRepository
getVcsBranch, setVcsBranch
-
Methods inherited from interface com.atlassian.bamboo.repository.BranchDetectionCapableRepository
getFirstCommit, getLastCommit, getOpenBranches
-
Methods inherited from interface com.atlassian.bamboo.repository.BranchInformationProvider
usePollingForBranchDetection
-
Methods inherited from interface com.atlassian.bamboo.repository.BranchMergingAwareRepository
getBranchIntegrationEditHtml, isMergingSupported, mergeWorkspaceWith, retrieveSourceCode
-
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
-
Methods inherited from interface com.atlassian.bamboo.repository.CachingAwareRepository
getCacheId, isCachingSupportedFor
-
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
customizeBuildRequirements, removeBuildRequirements
-
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
-
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.CustomSourceDirectoryAwareRepository
retrieveSourceCode
-
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription
-
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
-
Methods inherited from interface com.atlassian.bamboo.repository.PushCapableRepository
commit, pushRevision
-
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
getEditHtml, getViewHtml
-
Methods inherited from interface com.atlassian.bamboo.repository.Repository
checkConnection, getHost, getKey, getLocationIdentifier, getMinimalEditHtml, getName, getShortKey
-
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.RepositoryV2
collectChangesSinceLastBuild, getSourceCodeDirectory, isRepositoryDifferent
-
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.RequirementsAwareRepository
getRequirements
-
-