Class ErrorExt
java.lang.Object
com.cloudbees.workflow.rest.external.ErrorExt
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorExt
create
(org.jenkinsci.plugins.workflow.actions.ErrorAction errorAction) getType()
void
setMessage
(String message) void
-
Constructor Details
-
ErrorExt
public ErrorExt()
-
-
Method Details
-
getMessage
-
setMessage
-
getType
-
setType
-
create
public static ErrorExt create(@NonNull org.jenkinsci.plugins.workflow.actions.ErrorAction errorAction)
-