-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable Spotless #637
Enable Spotless #637
Conversation
public FormValidation doCheckTestResults( | ||
@AncestorInPath AbstractProject project, | ||
@QueryParameter String value) throws IOException { | ||
public FormValidation doCheckTestResults(@AncestorInPath AbstractProject project, @QueryParameter String value) |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning
* @deprecated Replaced by echarts in TODO | ||
*/ | ||
@Deprecated | ||
public void doGraph( StaplerRequest req, StaplerResponse rsp) throws IOException { | ||
if(ChartUtil.awtProblemCause!=null) { | ||
public void doGraph(StaplerRequest req, StaplerResponse rsp) throws IOException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning test
* @deprecated Replaced by echarts in TODO | ||
*/ | ||
@Deprecated | ||
public void doGraph( StaplerRequest req, StaplerResponse rsp) throws IOException { | ||
if(ChartUtil.awtProblemCause!=null) { | ||
public void doGraph(StaplerRequest req, StaplerResponse rsp) throws IOException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning test
} | ||
|
||
/** | ||
* Generates a clickable map HTML for {@link #doGraph(StaplerRequest, StaplerResponse)}. | ||
*/ | ||
public void doGraphMap( StaplerRequest req, StaplerResponse rsp) throws IOException { | ||
if(req.checkIfModified(run.getTimestamp(),rsp)) | ||
public void doGraphMap(StaplerRequest req, StaplerResponse rsp) throws IOException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning test
} | ||
|
||
/** | ||
* Generates a clickable map HTML for {@link #doGraph(StaplerRequest, StaplerResponse)}. | ||
*/ | ||
public void doGraphMap( StaplerRequest req, StaplerResponse rsp) throws IOException { | ||
if(req.checkIfModified(run.getTimestamp(),rsp)) | ||
public void doGraphMap(StaplerRequest req, StaplerResponse rsp) throws IOException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning test
@@ -168,12 +172,13 @@ | |||
* @deprecated Replaced by echarts in TODO | |||
*/ | |||
@Deprecated | |||
public void doTrend( final StaplerRequest req, final StaplerResponse rsp ) throws IOException, ServletException { | |||
public void doTrend(final StaplerRequest req, final StaplerResponse rsp) throws IOException, ServletException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning test
@@ -182,38 +187,40 @@ | |||
* @deprecated Replaced by echarts in TODO | |||
*/ | |||
@Deprecated | |||
public void doTrendMap( final StaplerRequest req, final StaplerResponse rsp ) throws IOException, ServletException { | |||
public void doTrendMap(final StaplerRequest req, final StaplerResponse rsp) throws IOException, ServletException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning test
@@ -182,38 +187,40 @@ | |||
* @deprecated Replaced by echarts in TODO | |||
*/ | |||
@Deprecated | |||
public void doTrendMap( final StaplerRequest req, final StaplerResponse rsp ) throws IOException, ServletException { | |||
public void doTrendMap(final StaplerRequest req, final StaplerResponse rsp) throws IOException, ServletException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning test
} | ||
|
||
/** | ||
* Changes the test result report display mode. | ||
*/ | ||
public void doFlipTrend( final StaplerRequest req, final StaplerResponse rsp ) throws IOException, ServletException { | ||
public void doFlipTrend(final StaplerRequest req, final StaplerResponse rsp) throws IOException, ServletException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning test
} | ||
|
||
/** | ||
* Changes the test result report display mode. | ||
*/ | ||
public void doFlipTrend( final StaplerRequest req, final StaplerResponse rsp ) throws IOException, ServletException { | ||
public void doFlipTrend(final StaplerRequest req, final StaplerResponse rsp) throws IOException, ServletException { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning test
No description provided.