Searched refs:isRemoteScmSupported (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java313 assertFalse(instance.isRemoteScmSupported());
315 assertTrue(instance.isRemoteScmSupported());
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java688 public boolean isRemoteScmSupported() { method in class:RuntimeEnvironment
689 return threadConfig.get().isRemoteScmSupported();
H A DConfiguration.java498 public boolean isRemoteScmSupported() { method in class:Configuration
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java209 .isRemoteScmSupported()))
251 && (RuntimeEnvironment.getInstance().isRemoteScmSupported()
/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java151 this.remoteSCMSupportedCB.setSelected(config.isRemoteScmSupported());

Completed in 18 milliseconds