blob: 2da0a03310c40732fcc2099349475cc7244a0daa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Service Providers</title>
</head>
<body>
<h2>
Service Providers
</h2>
<p>
Service Providers provide implementations of a <a href=services.html>Service</a>. Usually, the different providers implement a different mechanism for
doing the same task. For example, a Build service might have a provider that provides the ability to execute build commands over a remote protocol such
as SSH, whereas another provider may cross-compile the binaries on the local machine and then upload them to the remote machine.
</p>
</body>
</html>