public class YouTrackSite extends Object
Constructor and Description |
---|
YouTrackSite(String name,
String username,
hudson.util.Secret password,
String url) |
Modifier and Type | Method and Description |
---|---|
void |
failed(hudson.model.AbstractBuild<?,?> build)
Updates the result for build, depending on the failure mode.
|
static YouTrackSite |
get(hudson.model.AbstractProject<?,?> project) |
public static YouTrackSite get(hudson.model.AbstractProject<?,?> project)
public void failed(hudson.model.AbstractBuild<?,?> build)
build
- the build to update the result for.Copyright © 2016–2019. All rights reserved.