com.atlassian.bamboo.v2.build.repository
Interface PostConfigurableRepository

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

public interface PostConfigurableRepository
extends Repository


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.repository.Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
 
Method Summary
 void performPostConfiguration(BuildConfiguration buildConfiguration, Build build)
          Allows any other configuration to be performed after another repository has been created.
 void performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration, Build build)
          Allows any other configuration to be performed after this repository has been created
 
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

performPostConfiguration

void performPostConfiguration(BuildConfiguration buildConfiguration,
                              Build build)
Allows any other configuration to be performed after another repository has been created.


performPostConfigurationForSelectedRepository

void performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration,
                                                   Build build)
Allows any other configuration to be performed after this repository has been created

Parameters:
buildConfiguration -
build -


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.