|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SlaveBuildAgentTransportService
SlaveBuildAgentTransportService
Method Detail |
---|
Boolean buildProjects(List<Map<String,Object>> projectsBuildContext) throws Exception
Exception
Map<String,Object> getBuildResult(int projectId) throws Exception
Exception
Map<String,Object> getProjectCurrentlyBuilding() throws Exception
Exception
List<Map<String,String>> getAvailableInstallations() throws Exception
Exception
Boolean ping() throws Exception
Exception
Boolean cancelBuild() throws Exception
Exception
String generateWorkingCopyContent(int projectId, String directory, String baseUrl, String imagesBaseUrl) throws Exception
Exception
Map<String,Object> getProjectFile(int projectId, String directory, String filename) throws Exception
Exception
Map getReleasePluginParameters(int projectId, String pomFilename) throws Exception
Exception
List<Map<String,String>> processProject(int projectId, String pomFilename, boolean autoVersionSubmodules) throws Exception
Exception
String releasePrepare(Map project, Properties properties, Map releaseVersion, Map developmentVersion, Map environments, String username) throws Exception
Exception
Map<String,Object> getReleaseResult(String releaseId) throws Exception
Exception
Map<String,Object> getListener(String releaseId) throws Exception
Exception
Boolean removeListener(String releaseId) throws Exception
Exception
String getPreparedReleaseName(String releaseId) throws Exception
Exception
Boolean releasePerform(String releaseId, String goals, String arguments, boolean useReleaseProfile, Map repository, String username) throws Exception
Exception
String releasePerformFromScm(String goals, String arguments, boolean useReleaseProfile, Map repository, String scmUrl, String scmUsername, String scmPassword, String scmTag, String scmTagBase, Map environments, String username) throws Exception
Exception
String releaseCleanup(String releaseId) throws Exception
Exception
Boolean releaseRollback(String releaseId, int projectId) throws Exception
Exception
Integer getBuildSizeOfAgent() throws Exception
Exception
List<Map<String,Object>> getProjectsInPrepareBuildQueue() throws Exception
Exception
List<Map<String,Object>> getProjectsAndBuildDefinitionsInPrepareBuildQueue() throws Exception
Exception
List<Map<String,Object>> getProjectsInBuildQueue() throws Exception
Exception
Map<String,Object> getProjectCurrentlyPreparingBuild() throws Exception
Exception
List<Map<String,Object>> getProjectsAndBuildDefinitionsCurrentlyPreparingBuild() throws Exception
Exception
Boolean isProjectGroupInQueue(int projectGroupId) throws Exception
Exception
Boolean isProjectScmRootInQueue(int projectScmRootId, List<Integer> projectIds) throws Exception
Exception
Boolean isProjectCurrentlyBuilding(int projectId, int buildDefinitionId) throws Exception
Exception
Boolean isProjectInBuildQueue(int projectId, int buildDefinitionId) throws Exception
Exception
Boolean isProjectCurrentlyPreparingBuild(int projectId, int buildDefinitionId) throws Exception
Exception
Boolean isProjectInPrepareBuildQueue(int projectId, int buildDefinitionId) throws Exception
Exception
Boolean isProjectGroupInPrepareBuildQueue(int projectGroupId) throws Exception
Exception
Boolean isProjectGroupCurrentlyPreparingBuild(int projectGroupId) throws Exception
Exception
Boolean removeFromPrepareBuildQueue(int projectGroupId, int scmRootId) throws Exception
Exception
Boolean removeFromPrepareBuildQueue(List<String> hashCodes) throws Exception
Exception
Boolean removeFromBuildQueue(int projectId, int buildDefinitionId) throws Exception
Exception
Boolean removeFromBuildQueue(List<String> hashCodes) throws Exception
Exception
String getBuildAgentPlatform() throws Exception
Exception
void executeDirectoryPurge(String directoryType, int daysOlder, int retentionCount, boolean deleteAll) throws Exception
directoryType
- valid types are working and releasesdaysOlder
- days olderretentionCount
- retention countdeleteAll
- delete all flag
Exception
- error that will occur during the purge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |