com.atlassian.bamboo.persister.file
Interface PersisterOptions

All Known Implementing Classes:
FileBasedPersisterOptions

public interface PersisterOptions


Method Summary
 ErrorCollection validate(boolean validateContents)
          Validate the options
 

Method Detail

validate

ErrorCollection validate(boolean validateContents)
Validate the options

Parameters:
validateContents - true iff you want to ensure the perster has valid data, false if you want to simply check the config (but may have no data)
Returns:
GUI from errors.


Copyright © 2010 Atlassian. All Rights Reserved.