public interface ECPCheckoutSource extends ECPRepositoryAware
Modifier and Type | Method and Description |
---|---|
void |
checkout(String projectName,
ECPProperties projectProperties)
This method is called in order execute the checkout.
|
String |
getDefaultCheckoutName()
This return the default name for a project that was checked out.
|
getRepository
getProvider
String getDefaultCheckoutName()
void checkout(String projectName, ECPProperties projectProperties) throws ECPProjectWithNameExistsException
projectName
- the name of the project to createprojectProperties
- the ECPProperties
to useECPProjectWithNameExistsException
- is thrown when a project with such a name already existsCopyright © 2019. All rights reserved.