Interface CurrentNetworkDescription
-
- All Superinterfaces:
Backupable
- All Known Implementing Classes:
JsonFileCurrentNetworkDescription
public interface CurrentNetworkDescription extends Backupable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<NetworkDescription>findCurrent()voidswitchTo(NetworkDescription networkDescription)-
Methods inherited from interface com.chutneytesting.server.core.domain.admin.Backupable
backup, name
-
-
-
-
Method Detail
-
findCurrent
Optional<NetworkDescription> findCurrent()
-
switchTo
void switchTo(NetworkDescription networkDescription)
-
-