Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 00:43:59 (13 years ago)
Author:
cneumuel
Message:

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HiveEngine.cs

    r6358 r6373  
    288288            random.Reset(random.Next());
    289289        }
    290         ExperimentManagerClient.StartExperiment((e) => {
     290        HiveClient.StartExperiment((e) => {
    291291          LogException(e);
    292292        }, refreshableHiveExperiment);
     
    354354
    355355    private void DeleteHiveExperiment(Guid hiveExperimentId) {
    356       ExperimentManagerClient.TryAndRepeat(() => {
     356      HiveClient.TryAndRepeat(() => {
    357357        ServiceLocator.Instance.CallHiveService(s => s.DeleteHiveExperiment(hiveExperimentId));
    358358      }, 5, string.Format("Could not delete jobs"));
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Tests/Program.cs

    r6358 r6373  
    4242      #region Credentials
    4343      ServiceLocator.Instance.Username = "cneumuel";
    44       ServiceLocator.Instance.Password = "Stormlord105.";
     44      ServiceLocator.Instance.Password = "";
    4545      #endregion
    4646
Note: See TracChangeset for help on using the changeset viewer.