////////////// BuildJob methods ///////////////////////

            public BuildJob(Utils.SafeProjectReference InProject, string InConfig, string InPlatform, BuildJobType InJobType)
            {
                _Project  = InProject;
                _Config   = InConfig;
                _Platform = InPlatform;
                _JobType  = InJobType;

                _SolutionConfigString  = Config + '|' + Platform;
                _DisplayString         = GetDisplayString();
                JobStatusDisplayString = GetJobStatusString();
            }
            ////////////// BuildJob methods ///////////////////////
            public BuildJob(Utils.SafeProjectReference InProject, string InConfig, string InPlatform, BuildJobType InJobType)
            {
                _Project = InProject;
                _Config = InConfig;
                _Platform = InPlatform;
                _JobType = InJobType;

                _SolutionConfigString = Config + '|' + Platform;
                _DisplayString = GetDisplayString();
                JobStatusDisplayString = GetJobStatusString();
            }