Class Result<T>
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.Result<T>
-
public class Result<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getErrors()
String
getReason()
Boolean
getSuccess()
T
getValue()
-