This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Talend.
                            
 
	
		Summary
	
            Builds a Talend job and outputs to specified directory.
            
		
	Syntax
	public static void BuildJob(this ICakeContext context, string projectName, string jobName, DirectoryPath artifactDestination, TalendCommandLineSettings settings)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						 | 
					
					
						| projectName | 
						string | 
						 | 
					
					
						| jobName | 
						string | 
						 | 
					
					
						| artifactDestination | 
						DirectoryPath | 
						 | 
					
					
						| settings | 
						TalendCommandLineSettings | 
						 | 
					
			
		 
	 	
	Return Value