Class SourceBuildInformation

    • Method Detail

      • sourceType

        public final SourceType sourceType()

        The type of repository.

        • Git

        • Zip

        If the service returns an enum value that is not available in the current SDK version, sourceType will return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sourceTypeAsString().

        Returns:
        The type of repository.

        • Git

        • Zip

        See Also:
        SourceType
      • sourceTypeAsString

        public final String sourceTypeAsString()

        The type of repository.

        • Git

        • Zip

        If the service returns an enum value that is not available in the current SDK version, sourceType will return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sourceTypeAsString().

        Returns:
        The type of repository.

        • Git

        • Zip

        See Also:
        SourceType
      • sourceRepositoryAsString

        public final String sourceRepositoryAsString()

        Location where the repository is stored.

        • CodeCommit

        • S3

        If the service returns an enum value that is not available in the current SDK version, sourceRepository will return SourceRepository.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sourceRepositoryAsString().

        Returns:
        Location where the repository is stored.

        • CodeCommit

        • S3

        See Also:
        SourceRepository
      • sourceLocation

        public final String sourceLocation()

        The location of the source code, as a formatted string, depending on the value of SourceRepository

        • For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.

        • For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.

        Returns:
        The location of the source code, as a formatted string, depending on the value of SourceRepository

        • For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.

        • For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)