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