com.atlassian.bamboo.repository
Interface InitialBuildAwareRepository

All Superinterfaces:
BambooPluginModule, ConfigurablePlugin, ConvertibleFromConfig, Repository, RepositoryV2, java.io.Serializable
All Known Implementing Classes:
SvnRepository

public interface InitialBuildAwareRepository
extends Repository

Allows the Repository to perform custom actions


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.repository.Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
 
Method Summary
 void onInitialBuild(BuildContext buildContext)
          Allows the Repository to perform custom actions when an initial build is triggered.
 
Methods inherited from interface com.atlassian.bamboo.repository.Repository
checkConnection, getHost, getKey, getName, getTriggerIpAddress, isRepositoryDifferent, setReferencesDifferentRepository
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.RepositoryV2
collectChangesSinceLastBuild, getSourceCodeDirectory, referencesDifferentRepository, retrieveSourceCode
 
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, init, prepareConfigObject, validate
 

Method Detail

onInitialBuild

void onInitialBuild(BuildContext buildContext)
Allows the Repository to perform custom actions when an initial build is triggered.

Parameters:
buildContext -


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.