Class ErrorExt
- java.lang.Object
-
- com.cloudbees.workflow.rest.external.ErrorExt
-
public class ErrorExt extends Object
- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ErrorExt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErrorExt
create(org.jenkinsci.plugins.workflow.actions.ErrorAction errorAction)
String
getMessage()
String
getType()
void
setMessage(String message)
void
setType(String type)
-