Method | Description | |
---|---|---|
GetConfiguration ( ) : |
Uses the application settings to pull up the configuration file and deserialize.
|
|
GetServices ( ) : List |
Returns a list of services and their statuses. Pulls up the configuration file and checks the status of the services.
|
|
ReadComponents ( ) : List |
Reads in all the component files from the components folder. File extensions are of .ver. Using the read/write share option, so the file can be overwritten and not lock up a deploy.
|
|
ResolveServiceStatus ( |
Sets the Status of the given service using the service monitor returned from a call to
|
|
ResolveStatusMonitor ( |
Resolves a usable
|
|
SiteStatusRepository ( string root ) : System |
Instantiates a new
|
|
SiteStatusRepository ( string root, |
Instantiates a new
|
|
Write ( |
Writes a complete XML status report to the given writer.
|
|
WriteErrors ( |
This writes the issues that are detected during the retrieval of the site's status.
|
Method | Description | |
---|---|---|
CheckForCtorErrors ( ) : void |
Checks for errors with the initial configuration of the SiteStatusRepository's properties.
|
public ResolveServiceStatus ( |
||
service | The service that needs to be queried. | |
return | void |
public ResolveStatusMonitor ( |
||
service | The service that needs to be evaluated. | |
return | IStatusMonitor |
public SiteStatusRepository ( string root ) : System | ||
root | string | The root of the site. |
return | System |
public SiteStatusRepository ( string root, |
||
root | string | The root of the site. |
factories | The factories used in the |
|
return | System |
public Write ( |
||
writer | The writer to place the complete status report /// to. | |
return | void |
public WriteErrors ( |
||
writer | The writer to place the complete issues /// report. | |
return | void |