public interface BambooSpecsHandler
Modifier and Type | Field and Description |
---|---|
static String |
BAMBOO_SPECS_DIRECTORY |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
detectSpecRevision(VcsRepositoryData repositoryData,
Object source) |
boolean |
isNewer(VcsRepositoryData repositoryData,
String rev1,
String rev2) |
static final String BAMBOO_SPECS_DIRECTORY
Optional<String> detectSpecRevision(@NotNull VcsRepositoryData repositoryData, Object source) throws RepositoryException
RepositoryException
boolean isNewer(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2) throws RepositoryException
RepositoryException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.