<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by BerndiVader</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmain _class='hudson.plugins.git.util.Build'><buildNumber>77</buildNumber><marked><SHA1>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</SHA1><branch><SHA1>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</SHA1><branch><SHA1>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</SHA1><branch><SHA1>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</SHA1><name>refs/remotes/origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/BerndiVader/StreamServer.git</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.plugins.gradle.BuildScanAction'></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>StreamServer.jar</displayPath><fileName>StreamServer.jar</fileName><relativePath>build/libs/StreamServer.jar</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>59667</duration><estimatedDuration>59965</estimatedDuration><fullDisplayName>StreamServer #77</fullDisplayName><id>77</id><inProgress>false</inProgress><keepLog>false</keepLog><number>77</number><queueId>40</queueId><result>SUCCESS</result><timestamp>1722426484281</timestamp><url>https://jenkins.berndivader.org/jenkins/job/StreamServer/77/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/LivestreamInfo.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/LivestreamsById.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/youtube/packets/Packet.java</affectedPath><commitId>2adf6916d51f6efdd25401b4ef1dec42978f25fe</commitId><timestamp>1722322188000</timestamp><author><absoluteUrl>https://jenkins.berndivader.org/jenkins/user/admin</absoluteUrl><fullName>BerndiVader</fullName></author><authorEmail>kasermandel@gmail.com</authorEmail><comment>added build method to youtube packets superclass
</comment><date>2024-07-30 08:49:48 +0200</date><id>2adf6916d51f6efdd25401b4ef1dec42978f25fe</id><msg>added build method to youtube packets superclass</msg><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/LivestreamInfo.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/youtube/packets/Packet.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/LivestreamsById.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>header.php</affectedPath><affectedPath>footer.php</affectedPath><affectedPath>download.php</affectedPath><commitId>fade3cbfe294f17034dc613d9c3a856b9f0a0d27</commitId><timestamp>1722426330000</timestamp><author><absoluteUrl>https://jenkins.berndivader.org/jenkins/user/admin</absoluteUrl><fullName>BerndiVader</fullName></author><authorEmail>kasermandel@gmail.com</authorEmail><comment>added header and footer
</comment><date>2024-07-31 13:45:30 +0200</date><id>fade3cbfe294f17034dc613d9c3a856b9f0a0d27</id><msg>added header and footer</msg><path><editType>edit</editType><file>download.php</file></path><path><editType>add</editType><file>header.php</file></path><path><editType>add</editType><file>footer.php</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>oauth.php</affectedPath><affectedPath>Classes.php</affectedPath><commitId>8600f74ba164eaa0058bcc2b5db128da39c55423</commitId><timestamp>1722426361000</timestamp><author><absoluteUrl>https://jenkins.berndivader.org/jenkins/user/admin</absoluteUrl><fullName>BerndiVader</fullName></author><authorEmail>kasermandel@gmail.com</authorEmail><comment>added oauth2 verification to php
</comment><date>2024-07-31 13:46:01 +0200</date><id>8600f74ba164eaa0058bcc2b5db128da39c55423</id><msg>added oauth2 verification to php</msg><path><editType>add</editType><file>oauth.php</file></path><path><editType>edit</editType><file>Classes.php</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/berndivader/streamserver/config/ConfigData.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/config/Config.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/mysql/DatabaseConnection.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/Current.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Current.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/Schedule.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/mysql/VerifyOAuth2.java</affectedPath><affectedPath>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/OAuth2.java</affectedPath><commitId>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</commitId><timestamp>1722426446000</timestamp><author><absoluteUrl>https://jenkins.berndivader.org/jenkins/user/admin</absoluteUrl><fullName>BerndiVader</fullName></author><authorEmail>kasermandel@gmail.com</authorEmail><comment>added oauth2 flow for youtube channel
</comment><date>2024-07-31 13:47:26 +0200</date><id>8dce4495f933bd64c5f748cfd8df941bb61e5fe7</id><msg>added oauth2 flow for youtube channel</msg><path><editType>add</editType><file>src/main/java/com/gmail/berndivader/streamserver/mysql/VerifyOAuth2.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/mysql/DatabaseConnection.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/Current.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Current.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/OAuth2.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/config/ConfigData.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/config/Config.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/berndivader/streamserver/console/command/commands/Schedule.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.berndivader.org/jenkins/user/admin</absoluteUrl><fullName>BerndiVader</fullName></culprit></freeStyleBuild>