Package org.ow2.clif.jenkins
Class ClifResultConfig
- java.lang.Object
-
- org.ow2.clif.jenkins.ClifResultConfig
-
- All Implemented Interfaces:
Serializable
public class ClifResultConfig extends Object implements Serializable
- Author:
- Julien Coste
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactionTypeprotected StringpatternSuccessfulResult
-
Constructor Summary
Constructors Constructor Description ClifResultConfig()ClifResultConfig(String actionType, String patternSuccessfulResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionType()StringgetPatternSuccessfulResult()voidsetActionType(String actionType)voidsetPatternSuccessfulResult(String patternSuccessfulResult)
-