public static AnalyticsEvent Create(CommandStatus status, TimeSpan duration = default(TimeSpan))
 {
     return(new AnalyticsEvent(
                GceDeployedEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status),
                DeploymentDurationProperty, duration.TotalSeconds.ToString()));
 }
 public static AnalyticsEvent Create(CommandStatus status, TimeSpan duration = default(TimeSpan))
 {
     return(new AnalyticsEvent(
                RemoteDebuggerRemoteToolsInstalledEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status),
                DurationProperty, duration.TotalSeconds.ToString()));
 }
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                GaeVersionsLoadedEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
예제 #4
0
 public static AnalyticsEvent Create(CommandStatus status, string servingStatus)
 {
     return(new AnalyticsEvent(
                GaeVersionServingStatusUpdatedEventName, CommandStatusUtils.StatusProperty,
                CommandStatusUtils.GetStatusString(status), servingStatus));
 }
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                PubSubTopicCreatedEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
예제 #6
0
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                GcsFileBrowserRenameFileEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
예제 #7
0
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                ManageCloudSqlAuthorizedNetworkEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                StopGceInstanceEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
예제 #9
0
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                CloudSQLInstancesLoadedEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                ChangedFirewallPortsEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
예제 #11
0
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                GaeTrafficSplitUpdatedEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }
예제 #12
0
 public static AnalyticsEvent Create(CommandStatus status)
 {
     return(new AnalyticsEvent(
                GaeServiceDeletedEventName,
                CommandStatusUtils.StatusProperty, CommandStatusUtils.GetStatusString(status)));
 }