public class ScmProviderStub extends Object implements ScmProvider
Constructor and Description |
---|
ScmProviderStub()
Create a new ScmProviderStub with bogus (not null) attributes
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setInteractive
public ScmProviderStub()
public String sanitizeTagName(String tag)
sanitizeTagName
in interface ScmProvider
public boolean validateTagName(String tag)
validateTagName
in interface ScmProvider
public String getScmType()
getScmType
in interface ScmProvider
public void setScmSpecificFilename(String scmSpecificFilename)
public boolean requiresEditMode()
requiresEditMode
in interface ScmProvider
public void setAddScmResult(AddScmResult addScmResult)
public AddScmResult getAddScmResult()
public void setBranchScmResult(BranchScmResult branchScmResult)
public BranchScmResult getBranchScmResult()
public void setCheckInScmResult(CheckInScmResult checkInScmResult)
public CheckInScmResult getCheckInScmResult()
public void setCheckOutScmResult(CheckOutScmResult checkOutScmResult)
public CheckOutScmResult getCheckOutScmResult()
public void setChangeLogScmResult(ChangeLogScmResult changeLogScmResult)
public ChangeLogScmResult getChangeLogScmResult()
public void setDiffScmResult(DiffScmResult diffScmResult)
public DiffScmResult getDiffScmResult()
public ExportScmResult getExportScmResult()
public void setExportScmResult(ExportScmResult exportScmResult)
public void setTagScmResult(TagScmResult tagScmResult)
public TagScmResult getTagScmResult()
public void setUntagScmResult(UntagScmResult untagScmResult)
public UntagScmResult getUntagScmResult()
public void setRemoveScmResult(RemoveScmResult removeScmResult)
public RemoveScmResult getRemoveScmResult()
public void setStatusScmResult(StatusScmResult statusScmResult)
public StatusScmResult getStatusScmResult()
public void setUpdateScmResult(UpdateScmResult updateScmResult)
public UpdateScmResult getUpdateScmResult()
public void setEditScmResult(EditScmResult editScmResult)
public EditScmResult getEditScmResult()
public void setUnEditScmResult(UnEditScmResult unEditScmResult)
public UnEditScmResult getUnEditScmResult()
public void setListScmResult(ListScmResult listScmResult)
public ListScmResult getListScmResult()
public void setBlameScmResult(BlameScmResult blameScmResult)
public BlameScmResult getBlameScmResult()
public MkdirScmResult getMkdirScmResult()
public void setMkdirScmResult(MkdirScmResult mkdirScmResult)
public ScmProviderRepository makeProviderScmRepository(String scmSpecificUrl, char delimiter) throws ScmRepositoryException
makeProviderScmRepository
in interface ScmProvider
ScmRepositoryException
public ScmProviderRepository makeProviderScmRepository(File path) throws ScmRepositoryException, UnknownRepositoryStructure
makeProviderScmRepository
in interface ScmProvider
ScmRepositoryException
UnknownRepositoryStructure
public List<String> validateScmUrl(String scmSpecificUrl, char delimiter)
validateScmUrl
in interface ScmProvider
public String getScmSpecificFilename()
getScmSpecificFilename
in interface ScmProvider
public AddScmResult add(ScmRepository repository, ScmFileSet fileSet) throws ScmException
add
in interface ScmProvider
ScmException
public AddScmResult add(ScmRepository repository, ScmFileSet fileSet, String message) throws ScmException
add
in interface ScmProvider
ScmException
public AddScmResult add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) throws ScmException
add
in interface ScmProvider
ScmException
public BranchScmResult branch(ScmRepository repository, ScmFileSet fileSet, String branchName) throws ScmException
branch
in interface ScmProvider
ScmException
public BranchScmResult branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) throws ScmException
branch
in interface ScmProvider
ScmException
public BranchScmResult branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) throws ScmException
branch
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ChangeLogScmRequest scmRequest) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) throws ScmException
changeLog
in interface ScmProvider
ScmException
public ChangeLogScmResult changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) throws ScmException
changeLog
in interface ScmProvider
ScmException
public CheckInScmResult checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message) throws ScmException
checkIn
in interface ScmProvider
ScmException
public CheckInScmResult checkIn(ScmRepository repository, ScmFileSet fileSet, String message) throws ScmException
checkIn
in interface ScmProvider
ScmException
public CheckInScmResult checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) throws ScmException
checkIn
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive) throws ScmException
checkOut
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository repository, ScmFileSet fileSet, String tag) throws ScmException
checkOut
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository repository, ScmFileSet fileSet) throws ScmException
checkOut
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
checkOut
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive) throws ScmException
checkOut
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) throws ScmException
checkOut
in interface ScmProvider
ScmException
public CheckOutScmResult checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters) throws ScmException
checkOut
in interface ScmProvider
ScmException
public DiffScmResult diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision) throws ScmException
diff
in interface ScmProvider
ScmException
public DiffScmResult diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) throws ScmException
diff
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern, boolean runChangelog) throws ScmException
ScmException
public EditScmResult edit(ScmRepository repository, ScmFileSet fileSet) throws ScmException
edit
in interface ScmProvider
ScmException
public ExportScmResult export(ScmRepository repository, ScmFileSet fileSet, String tag) throws ScmException
export
in interface ScmProvider
ScmException
public ExportScmResult export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory) throws ScmException
export
in interface ScmProvider
ScmException
public ExportScmResult export(ScmRepository repository, ScmFileSet fileSet) throws ScmException
export
in interface ScmProvider
ScmException
public ExportScmResult export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
export
in interface ScmProvider
ScmException
public ExportScmResult export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) throws ScmException
export
in interface ScmProvider
ScmException
public ListScmResult list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag) throws ScmException
list
in interface ScmProvider
ScmException
public ListScmResult list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) throws ScmException
list
in interface ScmProvider
ScmException
public RemoveScmResult remove(ScmRepository repository, ScmFileSet fileSet, String message) throws ScmException
remove
in interface ScmProvider
ScmException
public StatusScmResult status(ScmRepository repository, ScmFileSet fileSet) throws ScmException
status
in interface ScmProvider
ScmException
public TagScmResult tag(ScmRepository repository, ScmFileSet fileSet, String tag) throws ScmException
tag
in interface ScmProvider
ScmException
public TagScmResult tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message) throws ScmException
tag
in interface ScmProvider
ScmException
public TagScmResult tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException
tag
in interface ScmProvider
ScmException
public UntagScmResult untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
untag
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, String tag) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) throws ScmException
update
in interface ScmProvider
ScmException
public UpdateScmResult update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) throws ScmException
update
in interface ScmProvider
ScmException
public UnEditScmResult unedit(ScmRepository repository, ScmFileSet fileSet) throws ScmException
unedit
in interface ScmProvider
ScmException
public BlameScmResult blame(ScmRepository repository, ScmFileSet fileSet, String filename) throws ScmException
blame
in interface ScmProvider
ScmException
public BlameScmResult blame(BlameScmRequest blameScmRequest) throws ScmException
blame
in interface ScmProvider
ScmException
public MkdirScmResult mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
mkdir
in interface ScmProvider
ScmException
public InfoScmResult info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
info
in interface ScmProvider
ScmException
public RemoteInfoScmResult remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
remoteInfo
in interface ScmProvider
ScmException
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.