Package com.atlassian.bamboo.repository
Interface InternalRepositoryData
- All Known Subinterfaces:
RepositoryData
,RepositoryDefinition
- All Known Implementing Classes:
LegacyRepositoryDataImpl
,LegacyRepositoryDefinitionImpl
,RepositoryDataImpl
,RepositoryDefinitionForTest
,RepositoryDefinitionImpl
@Internal
public interface InternalRepositoryData
-
Method Summary
Modifier and TypeMethodDescriptionGet new instance of Repository that is not lazy-loaded.
-
Method Details
-
getNewRepositoryInstance
Repository getNewRepositoryInstance()Get new instance of Repository that is not lazy-loaded. Each call creates a new instance. Use ofRepositoryData.getRepository()
should be preferred.- Returns:
-