Interface JobBuilder

    • Method Detail

      • setMain

        JobBuilder setMain​(String jobBinaryId)
        See Job#getMainIds()
        Parameters:
        id - the id of the job binary
        Returns:
        JobBuilder
      • addLibs

        JobBuilder addLibs​(String jobBinaryId)
        See Job#getLibId()
        Parameters:
        name - the name of the job
        Returns:
        JobBuilder