|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertiesProcessor
Implement to apply aditional validation on parameters specified by user.
| Method Summary | |
|---|---|
java.util.Collection<InvalidProperty> |
process(java.util.Map<java.lang.String,java.lang.String> properties)
Will be called when user attempts to save properties from the user interface or when runner parameters are used to compute agent compatibility for a build configuration. |
| Method Detail |
|---|
java.util.Collection<InvalidProperty> process(java.util.Map<java.lang.String,java.lang.String> properties)
properties - properties to process
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||