Class ErrorToolStateXml
- java.lang.Object
-
- jetbrains.buildServer.tools.state.model.xml.ErrorToolStateXml
-
- All Implemented Interfaces:
ToolStateXml<ErrorToolState>
public class ErrorToolStateXml extends Object implements ToolStateXml<ErrorToolState>
-
-
Constructor Summary
Constructors Constructor Description ErrorToolStateXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorToolState
deserialize(org.jdom.Element xml)
org.jdom.Element
serialize(ErrorToolState state)
-
-
-
Method Detail
-
serialize
@NotNull public org.jdom.Element serialize(@NotNull ErrorToolState state)
- Specified by:
serialize
in interfaceToolStateXml<ErrorToolState>
-
deserialize
@NotNull public ErrorToolState deserialize(@NotNull org.jdom.Element xml)
- Specified by:
deserialize
in interfaceToolStateXml<ErrorToolState>
-
-