Skip to content

Commit

Permalink
correct return types in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
CCFenner committed Feb 18, 2019
1 parent b10fb31 commit 541365a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public RemoteBuildInfo getBuildInfo() {
/**
* Gets the current build status of the remote job.
*
* @return {@link hudson.model.Result} the build result
* @return {@link org.jenkinsci.plugins.ParameterizedRemoteTrigger.remoteJob.RemoteBuildStatus} the build status
*/
@Nonnull
@Whitelisted
Expand All @@ -213,8 +213,7 @@ public RemoteBuildStatus getBuildStatus() {
/**
* Updates the current build status of the remote job.
*
* @return {@link hudson.model.Result} the build result
*
* @return {@link org.jenkinsci.plugins.ParameterizedRemoteTrigger.remoteJob.RemoteBuildStatus} the build status
* @throws IOException
* if there is an error retrieving the remote build number, or,
* if there is an error retrieving the remote build status, or,
Expand Down

0 comments on commit 541365a

Please sign in to comment.