Interface SourceCode.Builder

    • Method Detail

      • location

        SourceCode.Builder location​(String location)

        The repository name for the source code.

        Parameters:
        location - The repository name for the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        SourceCode.Builder projectName​(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceVersion

        SourceCode.Builder sourceVersion​(String sourceVersion)

        The branch of the source code.

        Parameters:
        sourceVersion - The branch of the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionControl

        SourceCode.Builder versionControl​(String versionControl)

        The type of repository to use for the source code.

        Parameters:
        versionControl - The type of repository to use for the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VersionControl, VersionControl
      • versionControl

        SourceCode.Builder versionControl​(VersionControl versionControl)

        The type of repository to use for the source code.

        Parameters:
        versionControl - The type of repository to use for the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VersionControl, VersionControl