Interface ProjectSettings
-
- All Superinterfaces:
XmlExternalizable
,XmlStorable
- All Known Implementing Classes:
SimpleProjectSettings
public interface ProjectSettings extends XmlStorable
Created by IntelliJ IDEA.- Author:
- kir This class represents some project settings for a particular key (service). These settings can be persisted to XML node and loaded from XML node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Called upon rereading of project settings for old instances of the ProjectSettings-
Methods inherited from interface jetbrains.buildServer.XmlExternalizable
writeTo
-
Methods inherited from interface jetbrains.buildServer.XmlStorable
readFrom
-
-