{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user pen",
          "userId" : "pen",
          "userName" : "pen"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/php7" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3852d8fdf2e2e08e592d468e408b2c61fb5c135f",
            "branch" : [
              {
                "SHA1" : "3852d8fdf2e2e08e592d468e408b2c61fb5c135f",
                "name" : "origin/php7"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3852d8fdf2e2e08e592d468e408b2c61fb5c135f",
            "branch" : [
              {
                "SHA1" : "3852d8fdf2e2e08e592d468e408b2c61fb5c135f",
                "name" : "origin/php7"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3852d8fdf2e2e08e592d468e408b2c61fb5c135f",
        "branch" : [
          {
            "SHA1" : "3852d8fdf2e2e08e592d468e408b2c61fb5c135f",
            "name" : "origin/php7"
          }
        ]
      },
      "remoteUrls" : [
        "http://gitrepo.studiopoppy.com/puyo.git/"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.checkstyle.CheckStyleResultAction"
    },
    {
      "_class" : "hudson.plugins.pmd.PmdResultAction"
    },
    {
      "_class" : "hudson.plugins.dry.DryResultAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 158,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.violations.ViolationsBuildAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dependencies.svg",
      "fileName" : "dependencies.svg",
      "relativePath" : "build/pdepend/dependencies.svg"
    },
    {
      "displayPath" : "overview-pyramid.svg",
      "fileName" : "overview-pyramid.svg",
      "relativePath" : "build/pdepend/overview-pyramid.svg"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4",
  "duration" : 9227,
  "estimatedDuration" : 13612,
  "executor" : None,
  "fullDisplayName" : "Puyo-php7 #4",
  "id" : "4",
  "keepLog" : False,
  "number" : 4,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1547603858528,
  "url" : "https://ci.studiopoppy.com/jenkins/user/pen/my-views/view/all/job/Puyo-php7/4/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Puyo/Time/DTI.php"
        ],
        "commitId" : "3c6bc6155f55cf6199bd078930e83c5d996c6df0",
        "timestamp" : 1547596172000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "Fix: DTI::setTime() でmsが設定されない問題。PHP7.1以降のみ。\n",
        "date" : "2019-01-16 08:49:32 +0900",
        "id" : "3c6bc6155f55cf6199bd078930e83c5d996c6df0",
        "msg" : "Fix: DTI::setTime() でmsが設定されない問題。PHP7.1以降のみ。",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/DTI.php"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "checkstyle.xml",
          "src/Puyo/Pager/Pager.php",
          "src/Puyo/Time/MicroSecondTime.php",
          "src/Puyo/Util/PhpError.php"
        ],
        "commitId" : "8f3338a3326e8331462d15f6b23ad91177bb2826",
        "timestamp" : 1547598515000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix coding style\n",
        "date" : "2019-01-16 09:28:35 +0900",
        "id" : "8f3338a3326e8331462d15f6b23ad91177bb2826",
        "msg" : "fix coding style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/MicroSecondTime.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/PhpError.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Pager/Pager.php"
          },
          {
            "editType" : "add",
            "file" : "checkstyle.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Puyo/Psr7/UploadedFile.php",
          "src/Puyo/Loader/Psr4.php",
          "src/Puyo/Security/Csrf/Strategy/SessionId.php",
          "src/Puyo/File/Iterator/LineIterator53.php",
          "src/Puyo/Date/MonthCalc.php",
          "src/Puyo/Pager/Pager.php",
          "src/Puyo/File/Iterator/ByteIterator53.php",
          "src/Puyo/Time/Clock.php",
          "src/Puyo/Time/MicroSecondTime.php",
          "src/Puyo/Util/Date.php",
          "src/Puyo/Psr7/Stream.php",
          "checkstyle.xml",
          "src/Puyo/Db/DbalFactory.php",
          "src/Puyo/Pager/Page.php",
          "src/Puyo/Calc/CheckDigit.php",
          "src/Puyo/Security/Csrf/Strategy/SessionMicroTime.php",
          "src/Puyo/Util/Strings.php",
          "src/Puyo/Security/Csrf/Strategy/SessionIdAbstract.php",
          "src/Puyo/MultiProcessor.php",
          "src/Puyo/Time/TimeRange.php",
          "src/Puyo/File/Iterator/CsvLineIterator53.php",
          "src/Puyo/Db/Dbal.php",
          "src/Puyo/Security/Csrf/LightManager.php",
          "src/Puyo/Time/DTI.php",
          "src/Puyo/File/Generator/CsvLineGenerator.php",
          "src/Puyo/DataStructure/Enum.php",
          "src/Puyo/Util/Json.php",
          "src/Puyo/Security/Csrf/Strategy/IStrategy.php",
          "src/Puyo/File/Iterator/FileIterator53.php",
          "src/Puyo/Loader/Psr0.php",
          "src/Puyo/File/Generator/LineGenerator.php",
          "src/Puyo/Util/PhpError.php"
        ],
        "commitId" : "731003368c4562a2bb90125946a629e92b56121a",
        "timestamp" : 1547599495000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix coding style\nPSR2.Classes.ClassDeclaration.OpenBraceNewLine \nGeneric.WhiteSpace.DisallowTabIndent.TabsUsed \nPSR2.Files.EndFileNewline.NoneFound \nGeneric.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma \nPSR2.ControlStructures.ElseIfDeclaration.NotAllowed \nSquiz.Scope.MethodScope.Missing \nSquiz.WhiteSpace.SuperfluousWhitespace.EndLine \nGeneric.Files.LineLength.TooLong \nPSR1.Methods.CamelCapsMethodName.NotCamelCaps\n",
        "date" : "2019-01-16 09:44:55 +0900",
        "id" : "731003368c4562a2bb90125946a629e92b56121a",
        "msg" : "fix coding style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/LineIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "checkstyle.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/MicroSecondTime.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Pager/Pager.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Security/Csrf/Strategy/SessionId.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Db/DbalFactory.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Calc/CheckDigit.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Security/Csrf/LightManager.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Security/Csrf/Strategy/SessionIdAbstract.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/PhpError.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Loader/Psr0.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/CsvLineIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Generator/LineGenerator.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Security/Csrf/Strategy/SessionMicroTime.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Security/Csrf/Strategy/IStrategy.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Pager/Page.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/DataStructure/Enum.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/MultiProcessor.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/DTI.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Psr7/Stream.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/TimeRange.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/FileIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Psr7/UploadedFile.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/Clock.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Date.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Date/MonthCalc.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Json.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Loader/Psr4.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/ByteIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Generator/CsvLineGenerator.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Strings.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Db/Dbal.php"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Puyo/Pager/Pager.php",
          "src/Puyo/MultiProcessor.php",
          "src/Puyo/Time/Clock.php",
          "src/Puyo/Time/MicroSecondTime.php"
        ],
        "commitId" : "457ee0d756acfb27613283f3f8cc65b969ea2d70",
        "timestamp" : 1547599991000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix doc comments\n",
        "date" : "2019-01-16 09:53:11 +0900",
        "id" : "457ee0d756acfb27613283f3f8cc65b969ea2d70",
        "msg" : "fix doc comments",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/MultiProcessor.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/Clock.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/MicroSecondTime.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Pager/Pager.php"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Puyo/File/Iterator/FileIterator53.php",
          "src/Puyo/Db/DbalFactory.php",
          "src/Puyo/Loader/Psr0.php",
          "src/Puyo/Db/Dbal.php",
          "src/Puyo/DataStructure/Enum.php",
          "src/Puyo/File/Iterator/LineIterator53.php",
          "src/Puyo/Util/Json.php",
          "src/Puyo/Pager/Pager.php",
          "src/Puyo/File/Iterator/ByteIterator53.php",
          "src/Puyo/MultiProcessor.php",
          "src/Puyo/Time/MicroSecondTime.php"
        ],
        "commitId" : "5adaf044d983ee894c6ca5f3c4d796dbb453979b",
        "timestamp" : 1547601003000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix coding style\n",
        "date" : "2019-01-16 10:10:03 +0900",
        "id" : "5adaf044d983ee894c6ca5f3c4d796dbb453979b",
        "msg" : "fix coding style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/Pager/Pager.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Db/Dbal.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/DataStructure/Enum.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/LineIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/MultiProcessor.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Loader/Psr0.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Json.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/ByteIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/FileIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/MicroSecondTime.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Db/DbalFactory.php"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Puyo/Psr7/UploadedFile.php",
          "src/Puyo/Time/DTI.php",
          "src/Puyo/File/Generator/CsvLineGenerator.php",
          "src/Puyo/DataStructure/Enum.php",
          "src/Puyo/Util/Json.php",
          "src/Puyo/Util/Date.php",
          "src/Puyo/File/Iterator/FileIterator53.php",
          "checkstyle.xml",
          "src/Puyo/Db/DbalFactory.php",
          "src/Puyo/Calc/CheckDigit.php",
          "src/Puyo/Util/Strings.php",
          "src/Puyo/File/Generator/LineGenerator.php",
          "src/Puyo/Util/PhpError.php"
        ],
        "commitId" : "3d4de1e8683361e222c62f14013c5b5f15cd93da",
        "timestamp" : 1547601554000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix coding style\nPSR2.Methods.MethodDeclaration.StaticBeforeVisibility\n",
        "date" : "2019-01-16 10:19:14 +0900",
        "id" : "3d4de1e8683361e222c62f14013c5b5f15cd93da",
        "msg" : "fix coding style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/DataStructure/Enum.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Time/DTI.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Date.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Psr7/UploadedFile.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Calc/CheckDigit.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Iterator/FileIterator53.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Generator/LineGenerator.php"
          },
          {
            "editType" : "edit",
            "file" : "checkstyle.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/File/Generator/CsvLineGenerator.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Strings.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Db/DbalFactory.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/Json.php"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/Util/PhpError.php"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Puyo/Loader/Psr0.php"
        ],
        "commitId" : "e14633245ec6c4efc1e98ff195ef76246c1f6fbd",
        "timestamp" : 1547601885000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix coding style\nGeneric.Files.LineLength.TooLong\n",
        "date" : "2019-01-16 10:24:45 +0900",
        "id" : "e14633245ec6c4efc1e98ff195ef76246c1f6fbd",
        "msg" : "fix coding style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Puyo/Loader/Psr0.php"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "checkstyle.xml",
          "src/Puyo/DataStructure/Enum.php",
          "build.xml"
        ],
        "commitId" : "c4bfdd10ac73c417727761a65dddcc533340ec32",
        "timestamp" : 1547603528000,
        "author" : {
          "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
          "fullName" : "pen"
        },
        "authorEmail" : "iamapen@studiopoppy.com",
        "comment" : "fix coding style\nPSR2.Methods.MethodDeclaration.FinalAfterVisibility\n",
        "date" : "2019-01-16 10:52:08 +0900",
        "id" : "c4bfdd10ac73c417727761a65dddcc533340ec32",
        "msg" : "fix coding style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "checkstyle.xml"
          },
          {
            "editType" : "edit",
            "file" : "build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/Puyo/DataStructure/Enum.php"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.studiopoppy.com/jenkins/user/pen",
      "fullName" : "pen"
    }
  ]
}