private ProjectInfo()

in aws-codebuild-common/src/main/java/jetbrains/buildServer/aws/codebuild/CodeBuildUtil.java [159:163]


    private ProjectInfo(@NotNull String name, @NotNull String sourceType, @NotNull String sourceLocation) {
      myName = name;
      mySourceType = sourceType;
      mySourceLocation = sourceLocation;
    }