Branch: refs/heads/master
Home: https://github.com/jenkinsci/office-365-connector-plugin
Commit: e5c613a70bdd8fb717ebcbc6c737e072b74b64b1
https://github.com/jenkinsci/office-365-connector-plugin/commit/e5c613a70bdd8fb717ebcbc6c737e072b74b64b1
Author: Joseph Petersen <[email protected]>
Date: 2017-10-16 (Mon, 16 Oct 2017)
Changed paths:
M pom.xml
M
src/main/java/jenkins/plugins/office365connector/Office365ConnectorBuildListener.java
M
src/main/java/jenkins/plugins/office365connector/Office365ConnectorWebhookNotifier.java
M src/main/java/jenkins/plugins/office365connector/Webhook.java
M src/main/java/jenkins/plugins/office365connector/WebhookJobProperty.java
M
src/main/java/jenkins/plugins/office365connector/WebhookJobPropertyDescriptor.java
M src/main/java/jenkins/plugins/office365connector/model/Macro.java
M
src/main/java/jenkins/plugins/office365connector/model/PotentialAction.java
M src/main/java/jenkins/plugins/office365connector/model/Section.java
A src/main/java/jenkins/plugins/office365connector/util/FormUtils.java
M
src/main/java/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep.java
A src/main/resources/jenkins/plugins/office365connector/Webhook/config.jelly
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-endpoints.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-macros.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-name.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-timeout.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-url.html
M
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/config.jelly
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-endpoints.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-macros.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-name.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-timeout.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-url.html
A
src/main/resources/jenkins/plugins/office365connector/model/Macro/config.jelly
A
src/main/resources/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep/config.jelly
A
src/main/resources/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep/help-message.html
A
src/main/resources/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep/help.html
R
src/main/resources/jenkins/plugins/office365connector/workflow/office365connectorsendstep/config.jelly
R
src/main/resources/jenkins/plugins/office365connector/workflow/office365connectorsendstep/help-message.html
R
src/main/resources/jenkins/plugins/office365connector/workflow/office365connectorsendstep/help.html
Log Message:
-----------
Improve properties syntax generator and Extend Step
* Make Webhook and Macro descripable for simpler jelly syntax.
* Simplify Jelly with help from repeatableProperty
* Office365ConnectorSendStep now Extends Step instead of AbstractStepImpl
Commit: 4d349bece261a3e1c3b3e085472e89a3e9587f64
https://github.com/jenkinsci/office-365-connector-plugin/commit/4d349bece261a3e1c3b3e085472e89a3e9587f64
Author: Joseph Petersen <[email protected]>
Date: 2017-10-16 (Mon, 16 Oct 2017)
Changed paths:
M src/main/resources/jenkins/plugins/office365connector/Webhook/config.jelly
Log Message:
-----------
add defaults to sensible checkboxes
Commit: 388dce98faadc160139208f88de2242ca7df2695
https://github.com/jenkinsci/office-365-connector-plugin/commit/388dce98faadc160139208f88de2242ca7df2695
Author: Srivardhan Hebbar <[email protected]>
Date: 2017-10-17 (Tue, 17 Oct 2017)
Changed paths:
M pom.xml
M
src/main/java/jenkins/plugins/office365connector/Office365ConnectorBuildListener.java
M
src/main/java/jenkins/plugins/office365connector/Office365ConnectorWebhookNotifier.java
M src/main/java/jenkins/plugins/office365connector/Webhook.java
M src/main/java/jenkins/plugins/office365connector/WebhookJobProperty.java
M
src/main/java/jenkins/plugins/office365connector/WebhookJobPropertyDescriptor.java
M src/main/java/jenkins/plugins/office365connector/model/Macro.java
M
src/main/java/jenkins/plugins/office365connector/model/PotentialAction.java
M src/main/java/jenkins/plugins/office365connector/model/Section.java
A src/main/java/jenkins/plugins/office365connector/util/FormUtils.java
M
src/main/java/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep.java
A src/main/resources/jenkins/plugins/office365connector/Webhook/config.jelly
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-endpoints.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-macros.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-name.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-timeout.html
A
src/main/resources/jenkins/plugins/office365connector/Webhook/help-url.html
M
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/config.jelly
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-endpoints.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-macros.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-name.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-timeout.html
R
src/main/resources/jenkins/plugins/office365connector/WebhookJobProperty/help-url.html
A
src/main/resources/jenkins/plugins/office365connector/model/Macro/config.jelly
A
src/main/resources/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep/config.jelly
A
src/main/resources/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep/help-message.html
A
src/main/resources/jenkins/plugins/office365connector/workflow/Office365ConnectorSendStep/help.html
R
src/main/resources/jenkins/plugins/office365connector/workflow/office365connectorsendstep/config.jelly
R
src/main/resources/jenkins/plugins/office365connector/workflow/office365connectorsendstep/help-message.html
R
src/main/resources/jenkins/plugins/office365connector/workflow/office365connectorsendstep/help.html
Log Message:
-----------
Merge pull request #24 from casz/workflowstepapi
Improve properties syntax generator and Extend Step
Compare:
https://github.com/jenkinsci/office-365-connector-plugin/compare/561e340460a4...388dce98faad
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.