org.jfrog.build.api.builder.dependency
Class BuildDependencyBuilder

java.lang.Object
  extended by org.jfrog.build.api.builder.dependency.BuildDependencyBuilder

public class BuildDependencyBuilder
extends java.lang.Object

A builder for the build dependency class


Constructor Summary
BuildDependencyBuilder()
           
 
Method Summary
 BuildDependency build()
          Assembles the build dependency class
 BuildDependencyBuilder name(java.lang.String name)
          Sets the name of the build dependency
 BuildDependencyBuilder number(java.lang.String number)
          Sets the number of the build dependency
 BuildDependencyBuilder started(java.lang.String started)
          Sets the started of the build dependency
 BuildDependencyBuilder startedDate(java.util.Date startedDate)
          Sets the started of the build dependency from Date
 BuildDependencyBuilder url(java.lang.String url)
          Sets the url of the build dependency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildDependencyBuilder

public BuildDependencyBuilder()
Method Detail

build

public BuildDependency build()
Assembles the build dependency class

Returns:
Assembled module

name

public BuildDependencyBuilder name(java.lang.String name)
Sets the name of the build dependency

Parameters:
name - build dependency name
Returns:
Builder instance

number

public BuildDependencyBuilder number(java.lang.String number)
Sets the number of the build dependency

Parameters:
number - build dependency number
Returns:
Builder instance

started

public BuildDependencyBuilder started(java.lang.String started)
Sets the started of the build dependency

Parameters:
started - build dependency started
Returns:
Builder instance

startedDate

public BuildDependencyBuilder startedDate(java.util.Date startedDate)
Sets the started of the build dependency from Date

Parameters:
startedDate - build dependency started as date
Returns:
Builder instance

url

public BuildDependencyBuilder url(java.lang.String url)
Sets the url of the build dependency

Parameters:
url - build dependency url
Returns:
Builder instance