SYMBOL INDEX (1735 symbols across 208 files) FILE: tfs/src/main/java/hudson/plugins/tfs/ChangeSetReader.java class ChangeSetReader (line 27) | public class ChangeSetReader extends ChangeLogParser { method parse (line 29) | @Override method parse (line 37) | public ChangeLogSet parse(final Run build, final RepositoryBrowser ... FILE: tfs/src/main/java/hudson/plugins/tfs/ChangeSetWriter.java class ChangeSetWriter (line 23) | public class ChangeSetWriter { method write (line 32) | @SuppressFBWarnings(value = "DM_DEFAULT_ENCODING", justification = "Be... method write (line 47) | public void write(List changeSets, Writer output) { method write (line 63) | private void write(ChangeSet changeSet, PrintWriter writer) { method escapeForXml (line 91) | private String escapeForXml(Object object) FILE: tfs/src/main/java/hudson/plugins/tfs/CommitParameterAction.java class CommitParameterAction (line 15) | public class CommitParameterAction extends RevisionParameterAction { method CommitParameterAction (line 22) | public CommitParameterAction(final GitCodePushedEventArgs e) { method getGitCodePushedEventArgs (line 31) | public GitCodePushedEventArgs getGitCodePushedEventArgs() { method canOriginateFrom (line 38) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/JenkinsEventNotifier.java class JenkinsEventNotifier (line 33) | public final class JenkinsEventNotifier { method JenkinsEventNotifier (line 40) | private JenkinsEventNotifier() { } method sendJobCompletionEvent (line 45) | public static void sendJobCompletionEvent(final JSONObject payload) { method getApiJson (line 70) | public static String getApiJson(final String url) { method getPayloadSignature (line 120) | public static String getPayloadSignature(final String secret, final St... method urlCombine (line 128) | private static String urlCombine(final String url, final String... par... method toHexString (line 144) | private static String toHexString(final byte[] bytes) { FILE: tfs/src/main/java/hudson/plugins/tfs/PullRequestParameterAction.java class PullRequestParameterAction (line 8) | public class PullRequestParameterAction extends CommitParameterAction { method PullRequestParameterAction (line 12) | public PullRequestParameterAction(final PullRequestMergeCommitCreatedE... method getPullRequestMergeCommitCreatedEventArgs (line 17) | public PullRequestMergeCommitCreatedEventArgs getPullRequestMergeCommi... FILE: tfs/src/main/java/hudson/plugins/tfs/SafeParametersAction.java class SafeParametersAction (line 21) | @Restricted(NoExternalUse.class) method SafeParametersAction (line 26) | public SafeParametersAction(final List parameters) { method SafeParametersAction (line 30) | public SafeParametersAction(final ParameterValue... parameters) { method getParameters (line 34) | @Override method getParameter (line 39) | @Override class SafeParametersActionEnvironmentContributor (line 53) | @Extension method buildEnvironmentFor (line 56) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TFSLabeler.java class TFSLabeler (line 30) | public class TFSLabeler extends Notifier { class DescriptorImpl (line 37) | @Extension method DescriptorImpl (line 39) | public DescriptorImpl() { method getDisplayName (line 43) | @Override method isApplicable (line 48) | @Override method TFSLabeler (line 54) | @DataBoundConstructor method perform (line 60) | @Override method computeDynamicValue (line 105) | private String computeDynamicValue(AbstractBuild build, String paramet... method getRequiredMonitorService (line 124) | public BuildStepMonitor getRequiredMonitorService() { method getWhenToLabel (line 128) | public String getWhenToLabel() { method getLabelName (line 132) | public String getLabelName() { FILE: tfs/src/main/java/hudson/plugins/tfs/TFSRevisionState.java class TFSRevisionState (line 9) | @ExportedBean method TFSRevisionState (line 17) | public TFSRevisionState(String changesetVersion, String projectPath) { method TFSRevisionState (line 22) | public TFSRevisionState(int changesetVersion, String projectPath) { FILE: tfs/src/main/java/hudson/plugins/tfs/TeamBuildDetailsAction.java class TeamBuildDetailsAction (line 18) | @ExportedBean(defaultVisibility = 999) method TeamBuildDetailsAction (line 25) | public TeamBuildDetailsAction() { method TeamBuildDetailsAction (line 29) | public TeamBuildDetailsAction(final Map buildVariables) { method determineBuildUrl (line 34) | static URI determineBuildUrl(final Map buildVariables) { method getIconFileName (line 50) | @Override method getDisplayName (line 55) | @Override method getUrlName (line 60) | @Override method getBuildNumber (line 67) | @Exported method getBuildDefinitionName (line 72) | @Exported method getBuildUrl (line 77) | @Exported FILE: tfs/src/main/java/hudson/plugins/tfs/TeamBuildEndpoint.java class TeamBuildEndpoint (line 54) | @Extension method getIconFileName (line 76) | @Override method getDisplayName (line 81) | @Override method getUrlName (line 86) | @Override method getCommandName (line 91) | public String getCommandName() { method getJobName (line 95) | public String getJobName() { method decodeCommandAndJobNames (line 99) | boolean decodeCommandAndJobNames(final String pathInfo) { method doIndex (line 125) | public HttpResponse doIndex(final HttpServletRequest request) throws I... method describeCommands (line 140) | static String describeCommands(final Map getRequestedResults() { method setRequestedResults (line 51) | @DataBoundSetter method perform (line 56) | @Override method getDescriptor (line 112) | @Override method getRequiredMonitorService (line 117) | @Override class DescriptorImpl (line 122) | @Extension method isApplicable (line 125) | @Override method getDisplayName (line 130) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java class TeamCollectionConfiguration (line 49) | public class TeamCollectionConfiguration extends AbstractDescribableImpl... method TeamCollectionConfiguration (line 57) | @DataBoundConstructor method getCollectionUrl (line 63) | public String getCollectionUrl() { method getCredentialsId (line 67) | public String getCredentialsId() { method getConnectionParameters (line 71) | public ConnectionParameters getConnectionParameters() { method getDescriptor (line 78) | @Override class DescriptorImpl (line 83) | @Extension method getDisplayName (line 86) | @Override method doCheckCollectionUrl (line 91) | @SuppressWarnings("unused") method doTestCredentials (line 119) | @SuppressWarnings("unused") method doFillCredentialsIdItems (line 149) | @SuppressWarnings("unused") method checkTeamServices (line 174) | static FormValidation checkTeamServices(final URI uri) { method areSameCollectionUri (line 181) | static boolean areSameCollectionUri(final URI a, final URI b) { method isTeamServices (line 198) | public static boolean isTeamServices(final String hostName) { method testConnection (line 202) | static FormValidation testConnection(final String collectionUri, final... method findCredential (line 226) | static StandardUsernamePasswordCredentials findCredential(final String... method findCredentials (line 233) | public static List findCredential... method findCredentials (line 238) | public static List findCredential... method findCredentials (line 250) | public static List findCredential... method findCredentialsById (line 262) | public static StandardUsernamePasswordCredentials findCredentialsById(... method setCredentials (line 276) | public static String setCredentials(final String hostName, String user... method findCredentialsForCollection (line 303) | public static StandardUsernamePasswordCredentials findCredentialsForCo... method findCollection (line 325) | public static TeamCollectionConfiguration findCollection(final URI col... method getConnectedCollections (line 339) | public static List getConnectedCollection... FILE: tfs/src/main/java/hudson/plugins/tfs/TeamCompletedStatusPostBuildAction.java class TeamCompletedStatusPostBuildAction (line 26) | public class TeamCompletedStatusPostBuildAction extends Notifier impleme... method TeamCompletedStatusPostBuildAction (line 28) | @DataBoundConstructor method perform (line 33) | @Override method perform (line 45) | public void perform(final @Nonnull Run run, final @Nonnull TaskL... method getDisplayName (line 57) | String getDisplayName() { method getRequiredMonitorService (line 62) | @Override class DescriptorImpl (line 68) | @Extension method isApplicable (line 71) | @Override method getDisplayName (line 76) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamEventsEndpoint.java class TeamEventsEndpoint (line 53) | @Extension method getIconFileName (line 73) | @Override method getDisplayName (line 78) | @Override method getUrlName (line 83) | @Override method doIndex (line 88) | public HttpResponse doIndex(final HttpServletRequest request) throws I... method describeEvents (line 104) | static String describeEvents(final Map T findTrigger(final Job job, f... method findTriggers (line 253) | public static List findTriggers(final Job... class PollingScheduledResponseContributor (line 271) | public static class PollingScheduledResponseContributor extends GitSta... method PollingScheduledResponseContributor (line 282) | public PollingScheduledResponseContributor(Item project) { method addHeaders (line 289) | @Override method writeBody (line 297) | @Override class ScheduledResponseContributor (line 303) | public static class ScheduledResponseContributor extends GitStatus.Res... method ScheduledResponseContributor (line 314) | public ScheduledResponseContributor(Item project) { method addHeaders (line 321) | @Override method writeBody (line 329) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java class TeamFoundationServerScm (line 73) | public class TeamFoundationServerScm extends SCM { method TeamFoundationServerScm (line 112) | TeamFoundationServerScm(final String serverUrl, final String projectPa... method TeamFoundationServerScm (line 129) | @DataBoundConstructor method readResolve (line 138) | @SuppressWarnings("unused" /* Migrate legacy data */) method getServerUrl (line 151) | public String getServerUrl() { method getWorkspaceName (line 155) | public String getWorkspaceName() { method getProjectPath (line 159) | public String getProjectPath() { method getLocalPath (line 163) | public String getLocalPath() { method setLocalPath (line 167) | @DataBoundSetter method getVersionSpec (line 172) | public String getVersionSpec() { method setVersionSpec (line 176) | @DataBoundSetter method isUseUpdate (line 181) | public boolean isUseUpdate() { method setUseUpdate (line 185) | @DataBoundSetter method isUseOverwrite (line 190) | public boolean isUseOverwrite() { method setUseOverwrite (line 194) | @DataBoundSetter method getUserPassword (line 199) | public String getUserPassword() { method getPassword (line 203) | public Secret getPassword() { method getUserName (line 207) | public String getUserName() { method getCredentialsConfigurer (line 215) | public CredentialsConfigurer getCredentialsConfigurer() { method setCredentialsConfigurer (line 222) | @DataBoundSetter method getCloakedPaths (line 227) | public String getCloakedPaths() { method setCloakedPaths (line 231) | @DataBoundSetter method serializeCloakedPathCollectionToString (line 238) | static String serializeCloakedPathCollectionToString(final Collection<... method getWorkspaceName (line 242) | String getWorkspaceName(final Run build, final Computer computer) { method getServerUrl (line 256) | public String getServerUrl(final Run run) { method getProjectPath (line 260) | String getProjectPath(final Run run) { method getCloakedPaths (line 264) | Collection getCloakedPaths(final Run run) { method substituteBuildParameter (line 277) | private String substituteBuildParameter(final Run run, final Str... method splitCloakedPaths (line 287) | static Collection splitCloakedPaths(final String cloakedPaths) { method checkout (line 311) | @Override method determineVersionSpecFromBuild (line 364) | static VersionSpec determineVersionSpecFromBuild(final Run build... method recordWorkspaceChangesetVersion (line 384) | int recordWorkspaceChangesetVersion(final Run build, final TaskL... method setWorkspaceChangesetVersion (line 403) | void setWorkspaceChangesetVersion(final String workspaceChangesetVersi... method pollChanges (line 407) | @Override method processWorkspaceBeforeDeletion (line 426) | @Override method createServer (line 476) | protected Server createServer(final Launcher launcher, final TaskListe... method requiresWorkspaceForPolling (line 483) | @Override method supportsPolling (line 488) | @Override method createChangeLogParser (line 493) | @Override method getModuleRoot (line 498) | @Override method getBrowser (line 503) | @Override method guessBrowser (line 513) | @Override method setRepositoryBrowser (line 520) | public void setRepositoryBrowser(final TeamFoundationServerRepositoryB... method buildEnvVars (line 526) | @Override method buildEnvironment (line 536) | public void buildEnvironment(final Run build, final Map getCredentialsConfigure... method configure (line 664) | @Override method getDisplayName (line 670) | @Override method calcRevisionsFromBuild (line 676) | @Override method compareRemoteRevisionWith (line 692) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamGlobalStatusAction.java class TeamGlobalStatusAction (line 14) | public class TeamGlobalStatusAction extends InvisibleAction implements S... method addIfApplicable (line 19) | public static void addIfApplicable(final List actions) { method isApplicable (line 29) | public static boolean isApplicable(final Run run) { FILE: tfs/src/main/java/hudson/plugins/tfs/TeamGlobalStatusPoster.java class TeamGlobalStatusPoster (line 13) | @Extension method onStarted (line 16) | @Override method onCompleted (line 24) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamHookCause.java class TeamHookCause (line 8) | public class TeamHookCause extends GitStatus.CommitHookCause { method TeamHookCause (line 10) | public TeamHookCause(final String sha1) { method getShortDescription (line 14) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamPRPushTrigger.java class TeamPRPushTrigger (line 11) | public class TeamPRPushTrigger extends TeamPushTrigger { method TeamPRPushTrigger (line 15) | @DataBoundConstructor method TeamPRPushTrigger (line 19) | public TeamPRPushTrigger(final Job job, final String targetBranc... method getTargetBranches (line 26) | public String getTargetBranches() { method setTargetBranches (line 30) | @DataBoundSetter class DescriptorImpl (line 38) | @Extension method getDisplayName (line 41) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamPendingStatusBuildStep.java class TeamPendingStatusBuildStep (line 23) | public class TeamPendingStatusBuildStep extends Builder implements Simpl... method TeamPendingStatusBuildStep (line 25) | @DataBoundConstructor method perform (line 30) | @Override method perform (line 42) | public void perform(final @Nonnull Run run, final @Nonnull TaskL... method getDisplayName (line 54) | String getDisplayName() { class DescriptorImpl (line 59) | @Extension method isApplicable (line 62) | @Override method getDisplayName (line 67) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamPluginGlobalConfig.java class TeamPluginGlobalConfig (line 24) | @Extension method TeamPluginGlobalConfig (line 38) | public TeamPluginGlobalConfig() { method TeamPluginGlobalConfig (line 42) | TeamPluginGlobalConfig(final boolean shouldLoadConfig) { method TeamPluginGlobalConfig (line 48) | public TeamPluginGlobalConfig(final List ... method get (line 52) | public static TeamPluginGlobalConfig get() { method getCollectionConfigurations (line 62) | public List getCollectionConfigurations() { method setCollectionConfigurations (line 66) | public void setCollectionConfigurations(final List getReleaseWebHookConfigurations() { method setReleaseWebHookConfigurations (line 74) | public void setReleaseWebHookConfigurations(final List... method isConfigFolderPerNode (line 78) | public boolean isConfigFolderPerNode() { method setConfigFolderPerNode (line 82) | public void setConfigFolderPerNode(final boolean configFolderPerNode) { method isEnableTeamPushTriggerForAllJobs (line 86) | public boolean isEnableTeamPushTriggerForAllJobs() { method setEnableTeamPushTriggerForAllJobs (line 90) | public void setEnableTeamPushTriggerForAllJobs(final boolean enableTea... method isEnableTeamStatusForAllJobs (line 94) | public boolean isEnableTeamStatusForAllJobs() { method setEnableTeamStatusForAllJobs (line 98) | public void setEnableTeamStatusForAllJobs(final boolean enableTeamStat... method getUserAccountMapper (line 102) | public UserAccountMapper getUserAccountMapper() { method setUserAccountMapper (line 109) | public void setUserAccountMapper(UserAccountMapper userAccountMapper) { method getUserAccountMapperDescriptors (line 113) | public List getUserAccountMapperDescripto... method configure (line 117) | @Override method getDisplayName (line 135) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/TeamPullRequestMergedDetailsAction.java class TeamPullRequestMergedDetailsAction (line 23) | @ExportedBean(defaultVisibility = 999) method TeamPullRequestMergedDetailsAction (line 33) | public TeamPullRequestMergedDetailsAction() { method TeamPullRequestMergedDetailsAction (line 37) | public TeamPullRequestMergedDetailsAction(final GitPullRequestEx gitPu... method addWorkItemsForRun (line 44) | public static URI addWorkItemsForRun(final Run run, final List> { method TeamPushTrigger (line 44) | @DataBoundConstructor method TeamPushTrigger (line 48) | public TeamPushTrigger(final Job job) { method TeamPushTrigger (line 52) | public TeamPushTrigger(final Job job, final String jobContext) { method execute (line 60) | public void execute(final GitCodePushedEventArgs gitCodePushedEventArg... method getLogFile (line 66) | public File getLogFile() { method getJobContext (line 70) | public String getJobContext() { method setJobContext (line 74) | @DataBoundSetter class Runner (line 83) | public class Runner implements Runnable { method Runner (line 89) | public Runner(final GitCodePushedEventArgs gitCodePushedEventArgs, f... method job (line 95) | private SCMTriggerItem job() { method runPolling (line 99) | private boolean runPolling() { method run (line 135) | @Override method getDescriptor (line 179) | @Override class DescriptorImpl (line 187) | @Extension method isApplicable (line 190) | @Override method getDisplayName (line 197) | @Override method getProjectActions (line 203) | @Override class TeamPollingAction (line 215) | public final class TeamPollingAction implements Action { method getIconFileName (line 217) | @Override method getDisplayName (line 222) | @Override method getUrlName (line 227) | @Override method getOwner (line 234) | @SuppressWarnings("unused") method getLog (line 242) | @SuppressWarnings("unused") method writeLogTo (line 250) | @SuppressWarnings("unused") FILE: tfs/src/main/java/hudson/plugins/tfs/TeamResultsAction.java class TeamResultsAction (line 28) | @ExportedBean(defaultVisibility = 999) method onAttached (line 36) | @Override method onLoad (line 41) | @Override method getIconFileName (line 46) | @Override method getDisplayName (line 51) | @Override method getUrlName (line 56) | @Override method addToRun (line 61) | public static void addToRun(final Run run) { method doZip (line 66) | @SuppressWarnings("unused" /* API method */) FILE: tfs/src/main/java/hudson/plugins/tfs/TeamUpdateWorkItemPostBuildAction.java class TeamUpdateWorkItemPostBuildAction (line 28) | @SuppressWarnings("unused" /* Jenkins extension */) method TeamUpdateWorkItemPostBuildAction (line 31) | @DataBoundConstructor method perform (line 36) | @Override method getRequiredMonitorService (line 67) | @Override class DescriptorImpl (line 76) | @Extension method isApplicable (line 79) | @Override method getDisplayName (line 84) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/UnsupportedIntegrationAction.java class UnsupportedIntegrationAction (line 16) | public class UnsupportedIntegrationAction extends InvisibleAction implem... method UnsupportedIntegrationAction (line 21) | public UnsupportedIntegrationAction(final String reason) { method isSupported (line 28) | public static boolean isSupported(@Nonnull final Run run, @Nonnu... method addToBuild (line 36) | public static void addToBuild(final List actions, final String... FILE: tfs/src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java class CheckoutAction (line 24) | public class CheckoutAction { method CheckoutAction (line 33) | public CheckoutAction(String workspaceName, String projectPath, Collec... method checkout (line 42) | public List checkout(Server server, FilePath workspacePath,... method checkout (line 57) | public List checkout(final Server server, final FilePath wo... method checkoutBySingleVersionSpec (line 72) | public List checkoutBySingleVersionSpec(Server server, File... method determineCheckoutPath (line 80) | static String determineCheckoutPath(final FilePath workspacePath, fina... method getProject (line 86) | private Project getProject(final Server server, final FilePath workspa... FILE: tfs/src/main/java/hudson/plugins/tfs/actions/RemoveWorkspaceAction.java class RemoveWorkspaceAction (line 15) | public class RemoveWorkspaceAction { method RemoveWorkspaceAction (line 19) | public RemoveWorkspaceAction(String workspaceName) { method remove (line 23) | public boolean remove(Server server) throws IOException, InterruptedEx... FILE: tfs/src/main/java/hudson/plugins/tfs/browsers/TeamFoundationServerRepositoryBrowser.java class TeamFoundationServerRepositoryBrowser (line 14) | public abstract class TeamFoundationServerRepositoryBrowser extends Repo... method getDiffLink (line 25) | public abstract URL getDiffLink(ChangeSet.Item item) throws IOException; method getFileLink (line 36) | public abstract URL getFileLink(ChangeSet.Item item) throws IOException; FILE: tfs/src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java class TeamSystemWebAccessBrowser (line 22) | public class TeamSystemWebAccessBrowser extends TeamFoundationServerRepo... method TeamSystemWebAccessBrowser (line 28) | @DataBoundConstructor method getUrl (line 33) | public String getUrl() { method getServerConfiguration (line 37) | private String getServerConfiguration(final ChangeSet changeset) { method getBaseUrlString (line 49) | private String getBaseUrlString(final ChangeSet changeSet) throws Malf... method getChangeSetLink (line 61) | @Override method createChangeSetItemLink (line 68) | private URL createChangeSetItemLink(final ChangeSet.Item item, final S... method getFileLink (line 81) | public URL getFileLink(final ChangeSet.Item item) throws IOException { method getDiffLink (line 88) | public URL getDiffLink(final ChangeSet.Item item) throws IOException { class DescriptorImpl (line 98) | @Extension method DescriptorImpl (line 101) | public DescriptorImpl() { method getDisplayName (line 105) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/commands/AbstractCallableCommand.java class AbstractCallableCommand (line 19) | public abstract class AbstractCallableCommand ex... method AbstractCallableCommand (line 28) | protected AbstractCallableCommand(final ServerConfigurationProvider se... method updateCache (line 37) | protected void updateCache(final TFSTeamProjectCollection connection) { method createServer (line 44) | public Server createServer() throws IOException { method getCallable (line 49) | public abstract Callable getCallable(); FILE: tfs/src/main/java/hudson/plugins/tfs/commands/AbstractCommand.java class AbstractCommand (line 8) | public abstract class AbstractCommand implements Command { method AbstractCommand (line 12) | public AbstractCommand(ServerConfigurationProvider configurationProvid... method addServerArgument (line 16) | protected void addServerArgument(ArgumentListBuilder arguments) { method addLoginArgument (line 20) | protected void addLoginArgument(MaskedArgumentListBuilder arguments) { method getConfig (line 28) | public ServerConfigurationProvider getConfig() { FILE: tfs/src/main/java/hudson/plugins/tfs/commands/Command.java type Command (line 10) | public interface Command { method getArguments (line 16) | MaskedArgumentListBuilder getArguments(); FILE: tfs/src/main/java/hudson/plugins/tfs/commands/DeleteWorkspaceCommand.java class DeleteWorkspaceCommand (line 20) | public class DeleteWorkspaceCommand extends AbstractCallableCommand getCallable() { method call (line 42) | public Void call() throws IOException { FILE: tfs/src/main/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommand.java class GetFilesToWorkFolderCommand (line 18) | public class GetFilesToWorkFolderCommand extends AbstractCallableCommand... method GetFilesToWorkFolderCommand (line 30) | public GetFilesToWorkFolderCommand(final ServerConfigurationProvider s... method GetFilesToWorkFolderCommand (line 35) | public GetFilesToWorkFolderCommand(final ServerConfigurationProvider s... method getCallable (line 44) | @Override method setLogger (line 49) | void setLogger(final PrintStream logger) { method call (line 53) | public Void call() throws Exception { method onGet (line 81) | public void onGet(final GetEvent getEvent) { FILE: tfs/src/main/java/hudson/plugins/tfs/commands/GetWorkspaceMappingCommand.java class GetWorkspaceMappingCommand (line 13) | public class GetWorkspaceMappingCommand extends AbstractCallableCommand<... method GetWorkspaceMappingCommand (line 20) | public GetWorkspaceMappingCommand(final ServerConfigurationProvider se... method getCallable (line 25) | @Override method call (line 30) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/commands/LabelCommand.java class LabelCommand (line 23) | public class LabelCommand extends AbstractCallableCommand call() throws Exception { method parse (line 88) | public List parse(Reader consoleReader) throws IOException { method log (line 103) | static void log(final List workspaces, final PrintStream lo... FILE: tfs/src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java class NewWorkspaceCommand (line 24) | public class NewWorkspaceCommand extends AbstractCallableCommand getCallable() { method call (line 49) | public Void call() throws IOException { FILE: tfs/src/main/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommand.java class RemoteChangesetVersionCommand (line 34) | public class RemoteChangesetVersionCommand extends AbstractCallableComma... method RemoteChangesetVersionCommand (line 43) | public RemoteChangesetVersionCommand( method getCallable (line 51) | public Callable getCallable() { method call (line 55) | public Integer call() throws Exception { method toString (line 99) | public static String toString(final VersionSpec versionSpec) { method parse (line 122) | public String parse(Reader consoleReader) throws ParseException, IOExc... FILE: tfs/src/main/java/hudson/plugins/tfs/commands/ServerConfigurationProvider.java type ServerConfigurationProvider (line 8) | public interface ServerConfigurationProvider { method getUrl (line 10) | public String getUrl(); method getUserName (line 12) | public String getUserName(); method getUserPassword (line 14) | public String getUserPassword(); method getListener (line 16) | public TaskListener getListener(); method getWebProxySettings (line 18) | public WebProxySettings getWebProxySettings(); method getExtraSettings (line 20) | public ExtraSettings getExtraSettings(); FILE: tfs/src/main/java/hudson/plugins/tfs/listeners/JenkinsRunListener.java class JenkinsRunListener (line 19) | @Extension method JenkinsRunListener (line 23) | public JenkinsRunListener() { method onDeleted (line 27) | @Override method onStarted (line 31) | @Override method onFinalized (line 39) | @Override method onCompleted (line 43) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/AbstractCommand.java class AbstractCommand (line 12) | public abstract class AbstractCommand { method AbstractCommand (line 14) | public AbstractCommand() { type Factory (line 17) | public interface Factory { method create (line 18) | AbstractCommand create(); method getSampleRequestPayload (line 19) | String getSampleRequestPayload(); method perform (line 36) | public abstract JSONObject perform(final Job job, final Buildabl... FILE: tfs/src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java class AbstractHookEvent (line 58) | public abstract class AbstractHookEvent { type Factory (line 66) | public interface Factory { method create (line 70) | AbstractHookEvent create(); method getSampleRequestPayload (line 75) | String getSampleRequestPayload(); method perform (line 91) | public abstract JSONObject perform(final ObjectMapper mapper, final Ev... method fromResponseContributors (line 93) | static JSONObject fromResponseContributors(final List pollOrQueueFromEvent(final GitCode... method getDefaultParameters (line 357) | private ArrayList getDefaultParameters(final Job... method getVstsRefspec (line 371) | private String getVstsRefspec(final GitCodePushedEventArgs gitCodePush... FILE: tfs/src/main/java/hudson/plugins/tfs/model/AliasOnlyUserAccountMapper.java class AliasOnlyUserAccountMapper (line 9) | public class AliasOnlyUserAccountMapper extends UserAccountMapper { method AliasOnlyUserAccountMapper (line 15) | @DataBoundConstructor method mapUserAccount (line 20) | @Override class DescriptorImpl (line 35) | @Extension method getDisplayName (line 37) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/AutomaticCredentialsConfigurer.java class AutomaticCredentialsConfigurer (line 13) | public class AutomaticCredentialsConfigurer extends CredentialsConfigurer { method AutomaticCredentialsConfigurer (line 19) | @DataBoundConstructor method getCredentials (line 24) | @Override class DescriptorImpl (line 33) | @Extension method getDisplayName (line 36) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/BuildCommand.java class BuildCommand (line 47) | public class BuildCommand extends AbstractCommand { method formatUnsupportedReason (line 63) | public static String formatUnsupportedReason(final String reason) { class Factory (line 67) | public static class Factory implements AbstractCommand.Factory { method create (line 68) | @Override method getSampleRequestPayload (line 73) | @Override method innerPerform (line 89) | protected JSONObject innerPerform(final Job job, final BuildableItem b... method perform (line 110) | @Override method cancelPreviousPullRequestBuilds (line 223) | private void cancelPreviousPullRequestBuilds(Job job, TeamPullRequestM... method contributeTeamBuildParameterActions (line 245) | static void contributeTeamBuildParameterActions(final Map build, final RepositoryBrowser ... method ChangeLogSet (line 31) | @Deprecated method ChangeLogSet (line 37) | public ChangeLogSet(final Run build, final RepositoryBrowser ... method isEmptySet (line 46) | @Override method iterator (line 52) | public Iterator iterator() { FILE: tfs/src/main/java/hudson/plugins/tfs/model/ChangeSet.java class ChangeSet (line 17) | @ExportedBean(defaultVisibility=999) method ChangeSet (line 30) | public ChangeSet() { method ChangeSet (line 34) | public ChangeSet(String version, Date date, String userString, String ... method ChangeSet (line 42) | public ChangeSet(String version, Date date, User author, String commen... method getAffectedPaths (line 51) | @Override method getAffectedFiles (line 60) | @Override method getParent (line 65) | @Override method getAuthor (line 70) | @Override method getMsg (line 78) | @Override method getVersion (line 83) | @Exported method setVersion (line 88) | public void setVersion(String version) { method getCommitId (line 98) | @Exported method getDomain (line 103) | @Exported method getUser (line 108) | @Exported method setUser (line 113) | public void setUser(String user) { method getDate (line 124) | @Exported method setDateStr (line 132) | public void setDateStr(String dateStr) throws ParseException { method getComment (line 136) | @Exported method setComment (line 141) | public void setComment(String comment) { method setCheckedInBy (line 145) | public void setCheckedInBy(String checkedInByUserString) { method getCheckedInBy (line 156) | public String getCheckedInBy() { method getCheckedInByUser (line 160) | public User getCheckedInByUser() { method setCheckedInByUser (line 167) | public void setCheckedInByUser(User checkedInBy) { method getItems (line 171) | @Exported method add (line 176) | public void add(ChangeSet.Item item) { method setParent (line 181) | @Override class Item (line 186) | @ExportedBean(defaultVisibility=999) method Item (line 192) | public Item() { method Item (line 196) | public Item(String path, String action) { method getParent (line 201) | public ChangeSet getParent() { method setParent (line 205) | void setParent(ChangeSet parent) { method getPath (line 209) | @Exported method setPath (line 214) | public void setPath(String path) { method getAction (line 218) | @Exported method setAction (line 223) | public void setAction(String action) { method getEditType (line 227) | @Exported FILE: tfs/src/main/java/hudson/plugins/tfs/model/ClonePersistenceStoreProvider.java class ClonePersistenceStoreProvider (line 11) | public class ClonePersistenceStoreProvider implements PersistenceStorePr... method ClonePersistenceStoreProvider (line 18) | public ClonePersistenceStoreProvider(final PersistenceStoreProvider so... method createAndCopy (line 34) | static File createAndCopy(final FilesystemPersistenceStore sourceStore... method getCachePersistenceStore (line 51) | public FilesystemPersistenceStore getCachePersistenceStore() { method getConfigurationPersistenceStore (line 55) | public FilesystemPersistenceStore getConfigurationPersistenceStore() { method getLogPersistenceStore (line 59) | public FilesystemPersistenceStore getLogPersistenceStore() { method getHostName (line 63) | public String getHostName() { FILE: tfs/src/main/java/hudson/plugins/tfs/model/ConnectHookEvent.java class ConnectHookEvent (line 14) | public class ConnectHookEvent extends AbstractHookEvent { class Factory (line 19) | public static class Factory implements AbstractHookEvent.Factory { method create (line 20) | @Override method getSampleRequestPayload (line 25) | @Override method perform (line 40) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/ConnectionParameters.java class ConnectionParameters (line 7) | public class ConnectionParameters { method ConnectionParameters (line 16) | public ConnectionParameters() { method getConnectionKey (line 19) | public String getConnectionKey() { method setConnectionKey (line 23) | public void setConnectionKey(final String connectionKey) { method getConnectionSignature (line 27) | public String getConnectionSignature() { method setConnectionSignature (line 31) | public void setConnectionSignature(final String connectionSignature) { method getTeamCollectionUrl (line 35) | public String getTeamCollectionUrl() { method setTeamCollectionUrl (line 39) | public void setTeamCollectionUrl(final String teamCollectionUrl) { method isSendJobCompletionEvents (line 43) | public boolean isSendJobCompletionEvents() { method setSendJobCompletionEvents (line 47) | public void setSendJobCompletionEvents(final boolean sendJobCompletion... FILE: tfs/src/main/java/hudson/plugins/tfs/model/CredentialsConfigurer.java class CredentialsConfigurer (line 12) | public abstract class CredentialsConfigurer implements ExtensionPoint, D... method getDisplayName (line 15) | public final String getDisplayName() { method getDescriptor (line 19) | public CredentialsConfigurerDescriptor getDescriptor() { method getCredentials (line 24) | public abstract StandardUsernamePasswordCredentials getCredentials(fin... method all (line 26) | public static DescriptorExtensionList getVCCHistory(VersionSpec fromVersion, VersionS... method getOrCreateUserLookup (line 108) | @SuppressFBWarnings(value = "DC_DOUBLECHECK", justification = "Only sy... method getDetailedHistory (line 129) | public List getDetailedHistory(Calendar fromTimestamp, Cale... method getDetailedHistory (line 135) | public List getDetailedHistory(final String singleVersionSp... method getBriefHistory (line 146) | public List getBriefHistory(Calendar fromTimestamp, Calenda... method getBriefHistory (line 158) | public List getBriefHistory(int fromChangeset, Calendar toT... method getLatestChangeset (line 168) | public ChangeSet getLatestChangeset() { method getLatestUncloakedChangeset (line 180) | public ChangeSet getLatestUncloakedChangeset(final int fromChangeset, ... method findLatestUncloakedChangeset (line 187) | static ChangeSet findLatestUncloakedChangeset(final Collection... method getDetailedHistoryWithoutCloakedPaths (line 218) | public List getDetailedHistoryWithoutCloakedPaths(final Cal... method getDetailedHistoryWithoutCloakedPaths (line 224) | public List getDetailedHistoryWithoutCloakedPaths(final Ver... method isChangesetFullyCloaked (line 237) | static boolean isChangesetFullyCloaked(final Collection change... method getFiles (line 262) | public void getFiles(String localPath, String versionSpec, boolean use... method getRemoteChangesetVersion (line 274) | public int getRemoteChangesetVersion(final String remotePath, final Ve... method extractChangesetNumber (line 279) | int extractChangesetNumber(final RemoteChangesetVersionCommand command) { method getRemoteChangesetVersion (line 291) | public int getRemoteChangesetVersion(final VersionSpec versionSpec) { method hashCode (line 295) | @Override method equals (line 300) | @Override method getUserLookup (line 312) | protected UserLookup getUserLookup() { method setUserLookup (line 316) | protected void setUserLookup(final UserLookup userLookup) { FILE: tfs/src/main/java/hudson/plugins/tfs/model/ProxyHostEx.java class ProxyHostEx (line 6) | public class ProxyHostEx extends com.microsoft.tfs.core.httpclient.Proxy... method ProxyHostEx (line 11) | public ProxyHostEx(final String hostname, final int port, final String... method getProxyUser (line 17) | public String getProxyUser() { method getProxySecret (line 21) | public Secret getProxySecret() { method equals (line 25) | @Override method hashCode (line 30) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/PullRequestMergeCommitCreatedEventArgs.java class PullRequestMergeCommitCreatedEventArgs (line 4) | public class PullRequestMergeCommitCreatedEventArgs extends GitCodePushe... FILE: tfs/src/main/java/hudson/plugins/tfs/model/Server.java class Server (line 38) | public class Server implements ServerConfigurationProvider, Closable { method Server (line 58) | public Server(final Launcher launcher, final TaskListener taskListener... method create (line 62) | public static Server create(final Launcher launcher, final TaskListene... method Server (line 78) | public Server(final Launcher launcher, final TaskListener taskListener... method determineGlobalConfig (line 141) | static TeamPluginGlobalConfig determineGlobalConfig(final VirtualChann... method determineProxyConfiguration (line 170) | static ProxyConfiguration determineProxyConfiguration(final VirtualCha... method getProject (line 197) | public Project getProject(String projectPath) { method getWorkspaces (line 204) | public Workspaces getWorkspaces() { method getVersionControlClient (line 211) | @SuppressFBWarnings(value = { "DC_DOUBLECHECK", "IS2_INCONSISTENT_SYNC... method getHttpClient (line 224) | public HttpClient getHttpClient() { method execute (line 228) | public T execute(final Callable callabl... method getUrl (line 239) | public String getUrl() { method getUserName (line 243) | public String getUserName() { method getUserPassword (line 247) | public String getUserPassword() { method getLauncher (line 251) | public Launcher getLauncher() { method getWebProxySettings (line 255) | public WebProxySettings getWebProxySettings() { method getExtraSettings (line 259) | public ExtraSettings getExtraSettings() { method getListener (line 263) | public TaskListener getListener() { method close (line 267) | public synchronized void close() { method createIdentityManagementService (line 279) | public IIdentityManagementService createIdentityManagementService() { FILE: tfs/src/main/java/hudson/plugins/tfs/model/TeamBuildPayload.java class TeamBuildPayload (line 11) | @SuppressFBWarnings(value = "NM_FIELD_NAMING_CONVENTION", justification ... FILE: tfs/src/main/java/hudson/plugins/tfs/model/TeamGitStatus.java class TeamGitStatus (line 16) | public class TeamGitStatus { method fromRun (line 35) | public static TeamGitStatus fromRun(@Nonnull final Run run) { method fromJob (line 52) | public static TeamGitStatus fromJob(@Nonnull final Job job) { method getStatusContext (line 61) | private static GitStatusContext getStatusContext(@Nonnull final Job jo... method toJson (line 67) | public String toJson() { FILE: tfs/src/main/java/hudson/plugins/tfs/model/TeamRequestedResult.java class TeamRequestedResult (line 21) | public class TeamRequestedResult extends AbstractDescribableImpl copyNoProxyHostPatterns(final List noPr... method getHostName (line 151) | public String getHostName() { method getPort (line 155) | public int getPort() { method getProxyUser (line 159) | public String getProxyUser() { method getProxySecret (line 163) | public Secret getProxySecret() { FILE: tfs/src/main/java/hudson/plugins/tfs/model/WorkItem.java class WorkItem (line 11) | public class WorkItem method getFields (line 19) | public HashMap getFields() { method setFields (line 23) | public void setFields(final HashMap fields) { method getId (line 27) | public int getId() { method setId (line 31) | public void setId(final int id) { method getRelations (line 35) | public ArrayList getRelations() { method setRelations (line 39) | public void setRelations(final ArrayList relations) { method getRev (line 43) | public int getRev() { method setRev (line 47) | public void setRev(final int rev) { FILE: tfs/src/main/java/hudson/plugins/tfs/model/WorkItemTrackingResource.java class WorkItemTrackingResource (line 10) | public class WorkItemTrackingResource method getLinks (line 15) | @JsonProperty("_links") method setLinks (line 20) | @JsonProperty("_links") FILE: tfs/src/main/java/hudson/plugins/tfs/model/WorkItemTrackingResourceReference.java class WorkItemTrackingResourceReference (line 6) | public class WorkItemTrackingResourceReference { method getUrl (line 10) | public String getUrl() { method setUrl (line 14) | public void setUrl(final String url) { FILE: tfs/src/main/java/hudson/plugins/tfs/model/Workspace.java class Workspace (line 9) | public class Workspace implements Serializable{ method Workspace (line 16) | public Workspace(String name, String computer, String owner, String co... method Workspace (line 23) | public Workspace(String name) { method getName (line 27) | public String getName() { method getComputer (line 31) | public String getComputer() { method getOwner (line 35) | public String getOwner() { method getComment (line 39) | public String getComment() { method hashCode (line 43) | @Override method equals (line 48) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/WorkspaceConfiguration.java class WorkspaceConfiguration (line 14) | public class WorkspaceConfiguration extends InvisibleAction implements S... method WorkspaceConfiguration (line 25) | public WorkspaceConfiguration(String serverUrl, String workspaceName, ... method WorkspaceConfiguration (line 34) | public WorkspaceConfiguration(WorkspaceConfiguration configuration) { method getWorkspaceName (line 43) | public String getWorkspaceName() { method getWorkfolder (line 47) | public String getWorkfolder() { method getProjectPath (line 51) | public String getProjectPath() { method getServerUrl (line 55) | public String getServerUrl() { method workspaceExists (line 59) | public boolean workspaceExists() { method setWorkspaceWasRemoved (line 63) | public void setWorkspaceWasRemoved() { method getCloakedPaths (line 67) | public Collection getCloakedPaths() { method hashCode (line 71) | @Override method equals (line 84) | @Override method toString (line 127) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/model/WorkspaceMapping.java class WorkspaceMapping (line 6) | public class WorkspaceMapping { method WorkspaceMapping (line 11) | public WorkspaceMapping(final String projectPath, final String localPa... method getProjectPath (line 16) | public String getProjectPath() { method getLocalPath (line 20) | public String getLocalPath() { FILE: tfs/src/main/java/hudson/plugins/tfs/model/Workspaces.java class Workspaces (line 19) | public class Workspaces implements ListWorkspacesCommand.WorkspaceFactory { method Workspaces (line 25) | public Workspaces(Server server) { method getListFromServer (line 33) | private List getListFromServer() { method populateMapFromServer (line 43) | private void populateMapFromServer() { method getWorkspace (line 57) | public Workspace getWorkspace(String workspaceName) { method exists (line 69) | public boolean exists(String workspaceName) { method exists (line 81) | public boolean exists(Workspace workspace) { method getWorkspaceMapping (line 93) | public String getWorkspaceMapping(final String localPath) { method newWorkspace (line 107) | public Workspace newWorkspace(final String workspaceName, final String... method deleteWorkspace (line 119) | public void deleteWorkspace(Workspace workspace) { method createWorkspace (line 125) | public Workspace createWorkspace(String name, String computer, String ... FILE: tfs/src/main/java/hudson/plugins/tfs/model/servicehooks/Event.java class Event (line 9) | public class Event { method Event (line 20) | public Event() { method getId (line 24) | public UUID getId() { method setId (line 28) | public void setId(final UUID id) { method getEventType (line 32) | public String getEventType() { method setEventType (line 36) | public void setEventType(final String eventType) { method getPublisherId (line 40) | public String getPublisherId() { method setPublisherId (line 44) | public void setPublisherId(final String publisherId) { method getScope (line 48) | public EventScope getScope() { method setScope (line 52) | public void setScope(final EventScope scope) { method getMessage (line 56) | public FormattedEventMessage getMessage() { method setMessage (line 60) | public void setMessage(final FormattedEventMessage message) { method getDetailedMessage (line 64) | public FormattedEventMessage getDetailedMessage() { method setDetailedMessage (line 68) | public void setDetailedMessage(final FormattedEventMessage detailedMes... method getResource (line 72) | public Object getResource() { method setResource (line 76) | public void setResource(final Object resource) { method getResourceVersion (line 80) | public String getResourceVersion() { method setResourceVersion (line 84) | public void setResourceVersion(final String resourceVersion) { method getResourceContainers (line 88) | public Map getResourceContainers() { method setResourceContainers (line 92) | public void setResourceContainers(final Map... FILE: tfs/src/main/java/hudson/plugins/tfs/model/servicehooks/EventScope.java type EventScope (line 12) | public enum EventScope { method caseInsensitiveValueOf (line 56) | @SuppressWarnings("unused" /* Invoked by Jackson via @JsonCreator */) FILE: tfs/src/main/java/hudson/plugins/tfs/model/servicehooks/FormattedEventMessage.java class FormattedEventMessage (line 6) | public class FormattedEventMessage { method getText (line 11) | public String getText() { method setText (line 15) | public void setText(final String text) { method getHtml (line 19) | public String getHtml() { method setHtml (line 23) | public void setHtml(final String html) { method getMarkdown (line 27) | public String getMarkdown() { method setMarkdown (line 31) | public void setMarkdown(final String markdown) { FILE: tfs/src/main/java/hudson/plugins/tfs/model/servicehooks/ResourceContainer.java class ResourceContainer (line 8) | public class ResourceContainer { method ResourceContainer (line 14) | public ResourceContainer() { method getId (line 18) | public UUID getId() { method setId (line 22) | public void setId(final UUID id) { method getBaseUrl (line 26) | public String getBaseUrl() { method setBaseUrl (line 30) | public void setBaseUrl(final String baseUrl) { method getUrl (line 34) | public String getUrl() { method setUrl (line 38) | public void setUrl(final String url) { method getName (line 42) | public String getName() { method setName (line 46) | public void setName(final String name) { FILE: tfs/src/main/java/hudson/plugins/tfs/rm/Artifact.java class Artifact (line 11) | public class Artifact method getId (line 25) | public Integer getId() method setId (line 35) | public void setId(Integer id) method getType (line 45) | public String getType() method setType (line 55) | public void setType(String type) method getAlias (line 65) | public String getAlias() method setAlias (line 75) | public void setAlias(String alias) method getDefinitionReference (line 85) | public DefinitionReference getDefinitionReference() method setDefinitionReference (line 95) | public void setDefinitionReference(DefinitionReference definitionRefer... method getAdditionalProperties (line 100) | public Map getAdditionalProperties() method setAdditionalProperty (line 105) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ArtifactVersion.java class ArtifactVersion (line 11) | public class ArtifactVersion method getSourceId (line 23) | public Object getSourceId() method setSourceId (line 33) | public void setSourceId(Object sourceId) method getAlias (line 43) | public String getAlias() method setAlias (line 53) | public void setAlias(String alias) method getVersions (line 63) | public List getVersions() method setVersions (line 73) | public void setVersions(List versions) method getErrorMessage (line 83) | public Object getErrorMessage() method setErrorMessage (line 93) | public void setErrorMessage(Object errorMessage) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ConnectReleaseWebHookEvent.java class ConnectReleaseWebHookEvent (line 27) | public class ConnectReleaseWebHookEvent extends AbstractHookEvent { class Factory (line 39) | public static class Factory implements AbstractHookEvent.Factory { method create (line 40) | @Override method getSampleRequestPayload (line 45) | @Override method perform (line 58) | @Override method validateAndGetPayloadUrl (line 80) | private String validateAndGetPayloadUrl(final ReleaseWebHookResource p... method validateAndGetJenkinsProject (line 102) | private AbstractProject validateAndGetJenkinsProject(final ReleaseWebH... method validateAndGetReleaseWebHookByName (line 118) | private ReleaseWebHook validateAndGetReleaseWebHookByName(final String... method createReleaseWebHook (line 135) | private void createReleaseWebHook(final ReleaseWebHookResource resourc... method deleteReleaseWebHook (line 165) | private void deleteReleaseWebHook(final ReleaseWebHookResource resourc... method listReleaseWebHook (line 198) | private JSONObject listReleaseWebHook() { method linkWebHook (line 215) | private void linkWebHook(final ReleaseWebHookResource resource) { method unlinkWebHook (line 261) | private void unlinkWebHook(final ReleaseWebHookResource resource) { method getReleaseWebHookActionFromProject (line 301) | private ReleaseWebHookAction getReleaseWebHookActionFromProject(final ... method saveProject (line 318) | private void saveProject(final AbstractProject project) { FILE: tfs/src/main/java/hudson/plugins/tfs/rm/CreatedBy.java class CreatedBy (line 11) | public class CreatedBy method getId (line 26) | public String getId() method setId (line 36) | public void setId(String id) method getDisplayName (line 46) | public String getDisplayName() method setDisplayName (line 56) | public void setDisplayName(String displayName) method getUniqueName (line 66) | public String getUniqueName() method setUniqueName (line 76) | public void setUniqueName(String uniqueName) method getUrl (line 86) | public String getUrl() method setUrl (line 96) | public void setUrl(String url) method getImageUrl (line 106) | public String getImageUrl() method setImageUrl (line 116) | public void setImageUrl(String imageUrl) method getAdditionalProperties (line 121) | public Map getAdditionalProperties() method setAdditionalProperty (line 126) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/Definition.java class Definition (line 11) | public class Definition method getId (line 23) | public String getId() method setId (line 33) | public void setId(String id) method getName (line 43) | public String getName() method setName (line 53) | public void setName(String name) method getAdditionalProperties (line 58) | public Map getAdditionalProperties() method setAdditionalProperty (line 63) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/DefinitionReference.java class DefinitionReference (line 11) | public class DefinitionReference method getDefinition (line 23) | public Definition getDefinition() method setDefinition (line 33) | public void setDefinition(Definition definition) method getProject (line 43) | public Project getProject() method setProject (line 53) | public void setProject(Project project) method getAdditionalProperties (line 58) | public Map getAdditionalProperties() method setAdditionalProperty (line 63) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/InstanceReference.java class InstanceReference (line 10) | public class InstanceReference method getName (line 24) | public String getName() method setName (line 34) | public void setName(String name) method getId (line 44) | public String getId() method setId (line 54) | public void setId(String id) method getSourceBranch (line 64) | public String getSourceBranch() method setSourceBranch (line 74) | public void setSourceBranch(String sourceBranch) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ModifiedBy.java class ModifiedBy (line 10) | public class ModifiedBy { method getId (line 23) | public String getId() { method setId (line 31) | public void setId(String id) { method getDisplayName (line 39) | public String getDisplayName() { method setDisplayName (line 47) | public void setDisplayName(String displayName) { method getUniqueName (line 55) | public String getUniqueName() { method setUniqueName (line 63) | public void setUniqueName(String uniqueName) { method getUrl (line 71) | public String getUrl() { method setUrl (line 79) | public void setUrl(String url) { method getImageUrl (line 87) | public String getImageUrl() { method setImageUrl (line 95) | public void setImageUrl(String imageUrl) { method getAdditionalProperties (line 99) | public Map getAdditionalProperties() { method setAdditionalProperty (line 103) | public void setAdditionalProperty(String name, Object value) { FILE: tfs/src/main/java/hudson/plugins/tfs/rm/Project.java class Project (line 11) | public class Project method getId (line 23) | public String getId() method setId (line 33) | public void setId(String id) method getName (line 43) | public String getName() method setName (line 53) | public void setName(String name) method getAdditionalProperties (line 58) | public Map getAdditionalProperties() method setAdditionalProperty (line 63) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseArtifact.java class ReleaseArtifact (line 10) | public class ReleaseArtifact method getAlias (line 23) | public String getAlias() method setAlias (line 33) | public void setAlias(String alias) method getInstanceReference (line 43) | public InstanceReference getInstanceReference() method setInstanceReference (line 53) | public void setInstanceReference(InstanceReference instanceReference) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseArtifactVersionsResponse.java class ReleaseArtifactVersionsResponse (line 11) | public class ReleaseArtifactVersionsResponse method getArtifactVersions (line 20) | public List getArtifactVersions() method setArtifactVersions (line 30) | public void setArtifactVersions(List artifactVersions) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseBody.java class ReleaseBody (line 12) | public class ReleaseBody method getDefinitionId (line 31) | public Integer getDefinitionId() method setDefinitionId (line 41) | public void setDefinitionId(Integer definitionId) method getDescription (line 51) | public String getDescription() method setDescription (line 61) | public void setDescription(String description) method getArtifacts (line 71) | public List getArtifacts() method setArtifacts (line 81) | public void setArtifacts(List artifacts) method getIsDraft (line 91) | public Boolean getIsDraft() method setIsDraft (line 101) | public void setIsDraft(Boolean isDraft) method getManualEnvironments (line 111) | public List getManualEnvironments() method setManualEnvironments (line 121) | public void setManualEnvironments(List manualEnvironments) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseDefinition.java class ReleaseDefinition (line 13) | public class ReleaseDefinition method getId (line 33) | public Integer getId() method setId (line 43) | public void setId(Integer id) method getRevision (line 53) | public Integer getRevision() method setRevision (line 63) | public void setRevision(Integer revision) method getName (line 73) | public String getName() method setName (line 83) | public void setName(String name) method getCreatedBy (line 93) | public CreatedBy getCreatedBy() method setCreatedBy (line 103) | public void setCreatedBy(CreatedBy createdBy) method getCreatedOn (line 113) | public String getCreatedOn() method setCreatedOn (line 123) | public void setCreatedOn(String createdOn) method getModifiedBy (line 133) | public ModifiedBy getModifiedBy() method setModifiedBy (line 143) | public void setModifiedBy(ModifiedBy modifiedBy) method getModifiedOn (line 153) | public String getModifiedOn() method setModifiedOn (line 163) | public void setModifiedOn(String modifiedOn) method getArtifacts (line 173) | public List getArtifacts() method setArtifacts (line 183) | public void setArtifacts(List artifacts) method getReleaseNameFormat (line 193) | public String getReleaseNameFormat() method setReleaseNameFormat (line 203) | public void setReleaseNameFormat(String releaseNameFormat) method getRetentionPolicy (line 213) | public RetentionPolicy getRetentionPolicy() method setRetentionPolicy (line 223) | public void setRetentionPolicy(RetentionPolicy retentionPolicy) method getUrl (line 228) | public String getUrl() method setUrl (line 234) | public void setUrl(String url) method getAdditionalProperties (line 239) | public Map getAdditionalProperties() method setAdditionalProperty (line 244) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseManagementCI.java class ReleaseManagementCI (line 41) | public class ReleaseManagementCI extends Notifier implements Serializable { method ReleaseManagementCI (line 55) | public ReleaseManagementCI(String collectionUrl, String projectName, S... method ReleaseManagementCI (line 74) | @DataBoundConstructor method readResolve (line 96) | protected Object readResolve() { method getRequiredMonitorService (line 127) | @Override method perform (line 139) | @Override method CreateRelease (line 193) | void CreateRelease( method PrepareReleaseArtifacts (line 245) | private List PrepareReleaseArtifacts(ReleaseDefinitio... class DescriptorImpl (line 280) | @Extension method isApplicable (line 289) | @Override method getDisplayName (line 300) | @Override method doFillCredentialsIdItems (line 306) | public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item ow... method doFillProjectNameItems (line 321) | public ListBoxModel doFillProjectNameItems(@QueryParameter String co... method doFillReleaseDefinitionNameItems (line 358) | public ListBoxModel doFillReleaseDefinitionNameItems(@QueryParameter... FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseManagementException.java class ReleaseManagementException (line 8) | public class ReleaseManagementException extends Exception method ReleaseManagementException (line 10) | public ReleaseManagementException() method ReleaseManagementException (line 22) | public ReleaseManagementException(String message) method ReleaseManagementException (line 46) | public ReleaseManagementException(String message, Throwable cause) method ReleaseManagementException (line 65) | public ReleaseManagementException(Throwable cause) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseManagementHttpClient.java class ReleaseManagementHttpClient (line 25) | public class ReleaseManagementHttpClient method ReleaseManagementHttpClient (line 33) | ReleaseManagementHttpClient(String accountUrl, String username, Secret... method GetReleaseDefinitions (line 42) | public List GetReleaseDefinitions(String project) t... method CreateRelease (line 50) | public String CreateRelease(String project, String body) throws Releas... method GetVersions (line 56) | public ReleaseArtifactVersionsResponse GetVersions(String project, Lis... method GetProjectItems (line 64) | public List GetProjectItems() throws ReleaseManagementException method ExecutePostmethod (line 76) | private String ExecutePostmethod(String url, String body) throws Relea... method ExecuteGetMethod (line 100) | private String ExecuteGetMethod(String url) throws ReleaseManagementEx... class DefinitionResponse (line 122) | private class DefinitionResponse method getCount (line 134) | public Integer getCount() method setCount (line 144) | public void setCount(Integer count) method getValue (line 154) | public List getValue() method setValue (line 164) | public void setValue(List value) method getAdditionalProperties (line 169) | public Map getAdditionalProperties() method setAdditionalProperty (line 174) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseSummaryAction.java class ReleaseSummaryAction (line 10) | @ExportedBean method ReleaseSummaryAction (line 16) | public ReleaseSummaryAction() { method ReleaseSummaryAction (line 20) | public ReleaseSummaryAction(final String projectName, final int buildN... method getProjectName (line 26) | public String getProjectName() { method getBuildNo (line 30) | public int getBuildNo() { method getReleaseLink (line 34) | public String getReleaseLink() { FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseWebHook.java class ReleaseWebHook (line 19) | public class ReleaseWebHook extends AbstractDescribableImpl getWebHookReferences() { method setWebHookReferences (line 59) | public void setWebHookReferences(final List w... method perform (line 63) | @Override method sendJobCompletedEvent (line 103) | private ReleaseWebHookStatus sendJobCompletedEvent(final JSONObject js... class DescriptorImpl (line 137) | @Extension method isApplicable (line 140) | @Override method getDisplayName (line 145) | @Override method getStartedBy (line 151) | private String getStartedBy(final AbstractBuild build) { FILE: tfs/src/main/java/hudson/plugins/tfs/rm/ReleaseWebHookHelper.java class ReleaseWebHookHelper (line 14) | public final class ReleaseWebHookHelper { method ReleaseWebHookHelper (line 15) | private ReleaseWebHookHelper() { method getReleaseWebHookConfigurations (line 22) | public static List getReleaseWebHookConfigurations() { method saveReleaseWebHookConfigurations (line 35) | public static void saveReleaseWebHookConfigurations(final List we... method getWebHookStatus (line 18) | public List getWebHookStatus() { FILE: tfs/src/main/java/hudson/plugins/tfs/rm/RetentionPolicy.java class RetentionPolicy (line 11) | public class RetentionPolicy method getDaysToKeep (line 22) | public Integer getDaysToKeep() method setDaysToKeep (line 32) | public void setDaysToKeep(Integer daysToKeep) method getAdditionalProperties (line 37) | public Map getAdditionalProperties() method setAdditionalProperty (line 42) | public void setAdditionalProperty(String name, Object value) FILE: tfs/src/main/java/hudson/plugins/tfs/rm/Version.java class Version (line 8) | public class Version method getId (line 20) | public String getId() method setId (line 30) | public void setId(String id) method getName (line 40) | public String getName() method setName (line 50) | public void setName(String name) method getSourceBranch (line 60) | public String getSourceBranch() method setSourceBranch (line 70) | public void setSourceBranch(String sourceBranch) FILE: tfs/src/main/java/hudson/plugins/tfs/telemetry/TelemetryContextInitializer.java class TelemetryContextInitializer (line 26) | public class TelemetryContextInitializer implements ContextInitializer { method TelemetryContextInitializer (line 50) | public TelemetryContextInitializer(final boolean isDeveloperMode) { method initialize (line 54) | @Override method getUserAgent (line 73) | public String getUserAgent(final String defaultUserAgent) { method initializeDevice (line 91) | private void initializeDevice(final DeviceContext device) { method initializeInstrumentationKey (line 96) | private void initializeInstrumentationKey(final TelemetryContext conte... method initializeUser (line 104) | private void initializeUser(final UserContext user) { method getUserId (line 109) | private String getUserId() { method getComputerName (line 118) | private String getComputerName() { method initializeComponent (line 134) | private void initializeComponent(final ComponentContext component) { method initializeTags (line 138) | private void initializeTags(final Map tags) { method initializeSession (line 144) | private void initializeSession(final SessionContext sessionContext) { method initializeProperties (line 148) | private void initializeProperties(final Map properties) { method getSystemProperty (line 165) | private String getSystemProperty(final String propertyName) { method getPlatformName (line 169) | private String getPlatformName() { method getPlatformVersion (line 173) | private String getPlatformVersion() { method getLocaleName (line 177) | private String getLocaleName() { method getJavaName (line 181) | private String getJavaName() { method getJavaVersion (line 185) | private String getJavaVersion() { method getPluginVersion (line 189) | private String getPluginVersion() { FILE: tfs/src/main/java/hudson/plugins/tfs/telemetry/TelemetryHelper.java class TelemetryHelper (line 20) | public final class TelemetryHelper { class TfsTelemetryHelperHolder (line 39) | private static class TfsTelemetryHelperHolder { method getInstance (line 46) | private static TelemetryHelper getInstance() { method TelemetryHelper (line 52) | private TelemetryHelper() { method sendEvent (line 95) | public static void sendEvent(final String name, final Map properties) { method build (line 185) | public Map build() { method serverContext (line 193) | public PropertyMapBuilder serverContext(final String serverUrl, fina... method pair (line 206) | public PropertyMapBuilder pair(final String key, final String value) { method getServerId (line 213) | private String getServerId(final String serverUrl) { method getCollectionId (line 224) | private String getCollectionId(final String collectionUrl) { method add (line 236) | private void add(final String key, final String value) { method toString (line 245) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/util/ActionHelper.java class ActionHelper (line 13) | public final class ActionHelper { method ActionHelper (line 15) | private ActionHelper() { } method create (line 20) | public static Action[] create(final Collection actions, final ... FILE: tfs/src/main/java/hudson/plugins/tfs/util/BuildVariableResolver.java class BuildVariableResolver (line 32) | public class BuildVariableResolver implements VariableResolver { method BuildVariableResolver (line 42) | public BuildVariableResolver(final Job job) { method BuildVariableResolver (line 51) | public BuildVariableResolver(final Job project, final Computer c... method BuildVariableResolver (line 82) | public BuildVariableResolver(final AbstractBuild build, final Co... method resolve (line 95) | public String resolve(final String variable) { type LazyResolver (line 114) | private interface LazyResolver { method getValue (line 115) | String getValue() throws IOException, InterruptedException; class LazyComputerResolver (line 122) | private abstract class LazyComputerResolver implements LazyResolver { method getValue (line 123) | protected abstract String getValue(Computer computer) throws IOExcep... method getValue (line 124) | public String getValue() throws IOException, InterruptedException { FILE: tfs/src/main/java/hudson/plugins/tfs/util/BuildWorkspaceConfigurationRetriever.java class BuildWorkspaceConfigurationRetriever (line 18) | public class BuildWorkspaceConfigurationRetriever { method getLatestForNode (line 20) | public BuildWorkspaceConfiguration getLatestForNode(Node needleNode, R... class BuildWorkspaceConfiguration (line 47) | public static class BuildWorkspaceConfiguration extends WorkspaceConfi... method BuildWorkspaceConfiguration (line 51) | public BuildWorkspaceConfiguration(WorkspaceConfiguration configurat... method save (line 56) | public void save() throws IOException { method equals (line 63) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/util/DateUtil.java class DateUtil (line 18) | public class DateUtil { method DateUtil (line 20) | private DateUtil() { method initialValue (line 26) | @Override method toString (line 34) | public static String toString(final DateVersionSpec dateVersionSpec) { method toString (line 39) | public static String toString(final Calendar calendar) { method toString (line 44) | public static String toString(final Date dateTime) { method parseDate (line 54) | public static Date parseDate(String dateString) throws ParseException { method parseDate (line 58) | @SuppressWarnings("deprecation") method parseWithFormats (line 79) | static Date parseWithFormats(String input, DateFormat[] formats) throw... method createDateFormatsForLocaleAndTimeZone (line 98) | static DateFormat[] createDateFormatsForLocaleAndTimeZone(Locale local... method addDateFormatsToList (line 107) | static void addDateFormatsToList(Locale locale, TimeZone timeZone, Lis... method addDateTimeFormatsToList (line 115) | static void addDateTimeFormatsToList(Locale locale, TimeZone timeZone,... FILE: tfs/src/main/java/hudson/plugins/tfs/util/EndpointHelper.java class EndpointHelper (line 14) | public class EndpointHelper { method error (line 24) | public static void error(final int code, final Throwable cause) { FILE: tfs/src/main/java/hudson/plugins/tfs/util/KeyValueTextReader.java class KeyValueTextReader (line 20) | public class KeyValueTextReader { method parse (line 28) | public Map parse(final String string) throws IOExcepti... method parse (line 35) | public Map parse(final BufferedReader reader) throws I... FILE: tfs/src/main/java/hudson/plugins/tfs/util/MaskedArgumentListBuilder.java class MaskedArgumentListBuilder (line 14) | public class MaskedArgumentListBuilder extends ArgumentListBuilder{ method prepend (line 20) | @Override method hasMaskedArguments (line 36) | public boolean hasMaskedArguments() { method toMaskArray (line 44) | public boolean[] toMaskArray() { method addMasked (line 59) | public void addMasked(String string) { FILE: tfs/src/main/java/hudson/plugins/tfs/util/MediaType.java class MediaType (line 8) | public final class MediaType { method MediaType (line 9) | private MediaType() { } FILE: tfs/src/main/java/hudson/plugins/tfs/util/QueryString.java class QueryString (line 11) | public class QueryString extends LinkedHashMap { method QueryString (line 13) | public QueryString() { method QueryString (line 16) | public QueryString(final String... nameValuePairs) { method toString (line 27) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/util/ResourceHelper.java class ResourceHelper (line 11) | public final class ResourceHelper { method ResourceHelper (line 13) | private ResourceHelper() { } method fetchAsString (line 18) | public static String fetchAsString(final Class referenceClass, fina... FILE: tfs/src/main/java/hudson/plugins/tfs/util/StringBodyParameter.java class StringBodyHandler (line 32) | class StringBodyHandler extends AnnotationHandler { method parse (line 37) | @Override FILE: tfs/src/main/java/hudson/plugins/tfs/util/StringHelper.java class StringHelper (line 4) | public class StringHelper { method endsWithIgnoreCase (line 6) | public static boolean endsWithIgnoreCase(final String haystack, final ... method equal (line 30) | public static boolean equal(final String a, final String b) { method equalIgnoringCase (line 34) | public static boolean equalIgnoringCase(final String a, final String b) { method innerEqual (line 38) | static boolean innerEqual(final String a, final String b, final boolea... method determineContentTypeWithoutCharset (line 52) | public static String determineContentTypeWithoutCharset(final String c... FILE: tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java class TeamRestClient (line 35) | public class TeamRestClient { method TeamRestClient (line 46) | public TeamRestClient(final URI collectionUri) throws IOException { method TeamRestClient (line 50) | public TeamRestClient(final URI collectionUri, final StandardUsernameP... method TeamRestClient (line 63) | public TeamRestClient(final String collectionUri, final StandardUserna... method createAuthorization (line 67) | static String createAuthorization(final StandardUsernamePasswordCreden... method request (line 78) | protected TResponse request( method request (line 87) | protected TResponse request( method deserialize (line 137) | public static TResponse deserialize(final Class... method innerRequest (line 146) | static String innerRequest(final com.microsoft.tfs.core.httpclient.Htt... method readResponseText (line 175) | @SuppressFBWarnings(value = "DM_DEFAULT_ENCODING", justification = "Be... method ping (line 195) | public String ping() throws IOException { method getRepositories (line 207) | public ListOfGitRepositories getRepositories() throws IOException { method addCommitStatus (line 220) | public TeamGitStatus addCommitStatus(final GitCodePushedEventArgs args... method getWorkItem (line 234) | public WorkItem getWorkItem(final int workItemId) throws IOException { method addHyperlinkToWorkItem (line 248) | public void addHyperlinkToWorkItem(final int workItemId, final String ... method addPullRequestStatus (line 281) | public TeamGitStatus addPullRequestStatus(final PullRequestMergeCommit... method addPullRequestIterationStatus (line 295) | public TeamGitStatus addPullRequestIterationStatus(final PullRequestMe... method sendJobCompletionEvent (line 311) | public void sendJobCompletionEvent(final JobCompletionEventArgs args) ... FILE: tfs/src/main/java/hudson/plugins/tfs/util/TeamStatus.java class TeamStatus (line 22) | public final class TeamStatus { method TeamStatus (line 23) | private TeamStatus() { } method createFromRun (line 28) | public static void createFromRun(@Nonnull final Run run, @Nonnul... method createFromJob (line 72) | public static void createFromJob(final PullRequestMergeCommitCreatedEv... method addStatus (line 78) | private static void addStatus(final PullRequestMergeCommitCreatedEvent... FILE: tfs/src/main/java/hudson/plugins/tfs/util/TextTableParser.java class TextTableParser (line 44) | public class TextTableParser { method TextTableParser (line 54) | public TextTableParser(Reader reader) throws IOException { method TextTableParser (line 58) | public TextTableParser(Reader reader, int optionalColumnCount) throws ... method init (line 64) | private void init() throws IOException { method getColumnCount (line 88) | public int getColumnCount() { method getColumn (line 97) | public String getColumn(int index) { method nextRow (line 119) | public boolean nextRow() throws IOException { class ColumnRange (line 126) | private static class ColumnRange { method ColumnRange (line 129) | public ColumnRange(int start, int end) { FILE: tfs/src/main/java/hudson/plugins/tfs/util/UriHelper.java class UriHelper (line 19) | public class UriHelper { method areSame (line 49) | public static boolean areSame(final URI a, final URI b) { method areSameGitRepo (line 88) | public static boolean areSameGitRepo(final URIish a, final URIish b) { method areSameGitRepo (line 95) | public static boolean areSameGitRepo(final URI a, final URI b) { method normalizePort (line 145) | static int normalizePort(final URI uri) { method normalizePath (line 158) | static String normalizePath(final URI uri) { method decomposePath (line 171) | static Iterator decomposePath(final String path) { method hasPath (line 175) | public static boolean hasPath(final URI uri) { method isWellFormedUriString (line 185) | public static boolean isWellFormedUriString(final String uriString) { method join (line 195) | public static URI join(final URI collectionUri, final Object... compon... method join (line 199) | public static URI join(final String collectionUrl, final Object... com... method endsWithSlash (line 244) | static boolean endsWithSlash(final StringBuilder stringBuilder) { method serializeParameters (line 249) | public static String serializeParameters(final Map par... FILE: tfs/src/main/java/hudson/plugins/tfs/util/XmlHelper.java class XmlHelper (line 27) | public class XmlHelper { method peekValue (line 33) | public static String peekValue(final Document doc, final String xpathE... method peekValue (line 43) | public static String peekValue(final File file, final String xpathExpr... method pokeValue (line 59) | public static void pokeValue(final Document doc, final String xpathExp... method pokeValue (line 68) | public static void pokeValue(final File file, final String xpathExpres... FILE: tfs/src/test/java/hudson/plugins/tfs/ChangeSetReaderTest.java class ChangeSetReaderTest (line 14) | public class ChangeSetReaderTest { method assertParsingTwoXmlChangeSets (line 16) | @Test method assertItemHasParent (line 50) | @Test method assertXmlWithEscapedCharsIsReadCorrectly (line 73) | public void assertXmlWithEscapedCharsIsReadCorrectly() throws Exception { method assertParsingOfKeywordCheckedInByIsParsed (line 93) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/ChangeSetWriterTest.java class ChangeSetWriterTest (line 13) | public class ChangeSetWriterTest { method setUp (line 15) | @Before method assertWriterOutputsCorrectChangeLogXml (line 22) | @Test method assertWriterIgnoredNullDomain (line 46) | @Test method assertXmlCharsAreEscaped (line 64) | @Test method assertCheckedInByUserIsWritten (line 82) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/CommitParameterActionTest.java class CommitParameterActionTest (line 9) | public class CommitParameterActionTest { FILE: tfs/src/test/java/hudson/plugins/tfs/EndToEndTfs.java class StubRunner (line 56) | class StubRunner extends JenkinsRecipe.Runner { method getEncryptedPassword (line 61) | public String getEncryptedPassword() { method getParent (line 65) | protected RunnerImpl getParent() { method setParent (line 69) | private void setParent(final RunnerImpl parent) { method getHelper (line 73) | protected IntegrationTestHelper getHelper() { method setHelper (line 77) | private void setHelper(final IntegrationTestHelper helper) { method decorateHome (line 81) | @Override class RunnerImpl (line 120) | class RunnerImpl extends JenkinsRecipe.Runner { method RunnerImpl (line 136) | public RunnerImpl() throws URISyntaxException { method setup (line 141) | @Override method getLocalBaseFolderFile (line 201) | public File getLocalBaseFolderFile() { method getPathInTfvc (line 205) | public String getPathInTfvc() { method getWorkspaceName (line 209) | public String getWorkspaceName() { method getTestCaseName (line 213) | public String getTestCaseName() { method getTestClassName (line 217) | public String getTestClassName() { method getServerUrl (line 221) | public String getServerUrl() { method getServer (line 225) | public Server getServer() { method getJobFolder (line 229) | public String getJobFolder() { method getInnerRunner (line 233) | public T getInnerRunner(final Class type) { method getWorkspace (line 237) | public Workspace getWorkspace() { method checkIn (line 241) | public int checkIn(final String comment) { method checkIn (line 245) | static int checkIn(Workspace workspace, String comment) { method createWorkspace (line 257) | static Workspace createWorkspace(final MockableVersionControlClient vc... method deleteWorkspace (line 271) | static void deleteWorkspace(final MockableVersionControlClient vcc, fi... method decorateHome (line 285) | @Override method tearDown (line 292) | @Override FILE: tfs/src/test/java/hudson/plugins/tfs/FunctionalTest.java class FunctionalTest (line 76) | @Category(IntegrationTests.class) class TfsJenkinsRule (line 84) | public class TfsJenkinsRule extends JenkinsRule{ method purgeSlaves (line 89) | private void purgeSlaves() { method after (line 120) | @Override method getTfsRunner (line 128) | public EndToEndTfs.RunnerImpl getTfsRunner() { method runScmPollTrigger (line 155) | public static AbstractBuild runScmPollTrigger(final Project project) method runUserTrigger (line 173) | public static AbstractBuild runUserTrigger(final Project project) method waitForQueuedBuild (line 182) | static AbstractBuild waitForQueuedBuild(final Project project) method createLabel (line 208) | @LocalData method assertBuildSuccess (line 248) | public void assertBuildSuccess(final AbstractBuild build) throws IOExc... class CreateLabel (line 262) | public static class CreateLabel extends CurrentChangesetInjector { method CreateLabel (line 266) | public CreateLabel(){ method getGeneratedLabelName (line 272) | public String getGeneratedLabelName() { method decorateHome (line 276) | @Override public void decorateHome(final JenkinsRule jenkinsRule, fi... method agent (line 289) | @LocalData method newJob (line 324) | @LocalData method assertEmptyFileIsInWorkspace (line 409) | public void assertEmptyFileIsInWorkspace(final FilePath workspace) thr... method checkInEmptyFile (line 416) | public static int checkInEmptyFile(final EndToEndTfs.RunnerImpl tfsRun... method checkInFile (line 420) | public static int checkInFile(final EndToEndTfs.RunnerImpl tfsRunner, ... method cloakedPaths (line 447) | @LocalData method assertCloakedPathsWorkspaceContents (line 558) | private static void assertCloakedPathsWorkspaceContents(final FilePath... method createWorkspaceFile (line 574) | static String createWorkspaceFile(final File root, final String relFil... class CloakedPaths (line 584) | public static class CloakedPaths extends CurrentChangesetInjector { method decorateHome (line 586) | @Override public void decorateHome(final JenkinsRule jenkinsRule, fi... method oldPollingFallback (line 610) | @LocalData class OldPollingFallback (line 627) | public static class OldPollingFallback extends EndToEndTfs.StubRunner { method decorateHome (line 629) | @Override public void decorateHome(final JenkinsRule jenkinsRule, fi... method upgradeEncodedPassword (line 653) | @LocalData class UpgradeEncodedPassword (line 693) | public static class UpgradeEncodedPassword extends CurrentChangesetInj... method decorateHome (line 694) | @Override public void decorateHome(final JenkinsRule jenkinsRule, fi... method useWebProxyServer (line 711) | @LocalData class UseWebProxyServer (line 777) | public static class UseWebProxyServer extends CurrentChangesetInjector { method UseWebProxyServer (line 782) | public UseWebProxyServer() { method decorateHome (line 793) | @Override public void decorateHome(final JenkinsRule jenkinsRule, fi... method getServer (line 802) | public HttpProxyServer getServer() { method getAdapter (line 806) | public LoggingFiltersSourceAdapter getAdapter() { class CurrentChangesetInjector (line 814) | public static class CurrentChangesetInjector extends EndToEndTfs.StubR... method decorateHome (line 816) | @Override public void decorateHome(final JenkinsRule jenkinsRule, fi... FILE: tfs/src/test/java/hudson/plugins/tfs/IntegrationTestHelper.java class IntegrationTestHelper (line 19) | public class IntegrationTestHelper { method IntegrationTestHelper (line 25) | public IntegrationTestHelper() throws URISyntaxException { method IntegrationTestHelper (line 34) | public IntegrationTestHelper(final String tfsServerName) throws URISyn... method IntegrationTestHelper (line 45) | public IntegrationTestHelper(final String tfsServerUrl, final String t... method propertyOrNull (line 57) | static String propertyOrNull(final String propertyName) { method propertyOrFail (line 62) | static String propertyOrFail(final String propertyName) { method getServerUrl (line 73) | public String getServerUrl() { method getUserName (line 77) | public String getUserName() { method getUserPassword (line 81) | public String getUserPassword() { method determinePathInTfvcForTestCase (line 92) | public static String determinePathInTfvcForTestCase(Description testDe... method tryToDetermineHostName (line 100) | public static String tryToDetermineHostName() { method inventHostName (line 129) | public static String inventHostName() { method formatFriendlyName (line 171) | public static String formatFriendlyName(final byte[] addressBytes) { FILE: tfs/src/test/java/hudson/plugins/tfs/IntegrationTestHelperTest.java class IntegrationTestHelperTest (line 6) | public class IntegrationTestHelperTest { method buildServerUrl_onPremiseTfsServer (line 8) | @Test public void buildServerUrl_onPremiseTfsServer() throws Exception { method buildServerUrl_designatedVsoAccount (line 16) | @Test public void buildServerUrl_designatedVsoAccount() throws Excepti... FILE: tfs/src/test/java/hudson/plugins/tfs/IntegrationTests.java type IntegrationTests (line 7) | public interface IntegrationTests { FILE: tfs/src/test/java/hudson/plugins/tfs/InterceptingTaskListener.java class InterceptingTaskListener (line 13) | public class InterceptingTaskListener implements TaskListener { method InterceptingTaskListener (line 19) | public InterceptingTaskListener(final TaskListener victim) { method getLogger (line 23) | public PrintStream getLogger() { method annotate (line 27) | public void annotate(final ConsoleNote ann) throws IOException { method hyperlink (line 31) | public void hyperlink(final String url, final String text) throws IOEx... method add (line 35) | private static void add(final List destination, final String f... method error (line 42) | public PrintWriter error(final String msg) { method error (line 47) | public PrintWriter error(final String format, final Object... args) { method fatalError (line 52) | public PrintWriter fatalError(final String msg) { method fatalError (line 57) | public PrintWriter fatalError(final String format, final Object... arg... method getErrors (line 62) | public List getErrors() { method getFatalErrors (line 66) | public List getFatalErrors() { FILE: tfs/src/test/java/hudson/plugins/tfs/LoggingFiltersSourceAdapter.java class LoggingFiltersSourceAdapter (line 16) | public class LoggingFiltersSourceAdapter extends HttpFiltersSourceAdapter { method getMaximumRequestBufferSizeInBytes (line 32) | @Override public int getMaximumRequestBufferSizeInBytes() { method getMaximumResponseBufferSizeInBytes (line 36) | @Override public int getMaximumResponseBufferSizeInBytes() { method filterRequest (line 40) | @Override public HttpFilters filterRequest(final HttpRequest originalR... method proxyWasUsed (line 54) | public boolean proxyWasUsed() { method reset (line 58) | public void reset() { FILE: tfs/src/test/java/hudson/plugins/tfs/SwedishLocaleTestCase.java class SwedishLocaleTestCase (line 14) | public abstract class SwedishLocaleTestCase { method setToSwedishLocale (line 18) | @Before method resetDefaultLocale (line 24) | @After FILE: tfs/src/test/java/hudson/plugins/tfs/TFSRevisionStateTest.java class TFSRevisionStateTest (line 13) | public class TFSRevisionStateTest { method exportedProperties (line 15) | @Test method assertCollectionContains (line 31) | private static void assertCollectionContains(Iterable actual, T... FILE: tfs/src/test/java/hudson/plugins/tfs/TeamBuildEndpointTest.java class TeamBuildEndpointTest (line 9) | public class TeamBuildEndpointTest { method decodeCommandAndJobNames_typical (line 11) | @Test public void decodeCommandAndJobNames_typical() throws Exception { method decodeCommandAndJobNames_withDecoding (line 22) | @Test public void decodeCommandAndJobNames_withDecoding() throws Excep... method decodeCommandAndJobNames_noJob (line 33) | @Test public void decodeCommandAndJobNames_noJob() throws Exception { method decodeCommandAndJobNames_noJobNoSlash (line 43) | @Test public void decodeCommandAndJobNames_noJobNoSlash() throws Excep... FILE: tfs/src/test/java/hudson/plugins/tfs/TeamCollectionConfigurationTest.java class TeamCollectionConfigurationTest (line 12) | public class TeamCollectionConfigurationTest { method assertSameCollectionUri (line 14) | private static void assertSameCollectionUri(final String a, final Stri... method areSameCollectionUri (line 18) | private static void areSameCollectionUri(final String a, final String ... method areSameCollectionUri_identity (line 27) | @Test public void areSameCollectionUri_identity() throws Exception { method areSameCollectionUri_typical (line 32) | @Test public void areSameCollectionUri_typical() throws Exception { method areSameCollectionUri_withSlashes (line 39) | @Test public void areSameCollectionUri_withSlashes() throws Exception { method areSameCollectionUri_withoutSlashes (line 46) | @Test public void areSameCollectionUri_withoutSlashes() throws Excepti... method checkTeamServices_serverOnly (line 54) | @Test public void checkTeamServices_serverOnly() throws Exception { method checkTeamServices_serverWithSlash (line 62) | @Test public void checkTeamServices_serverWithSlash() throws Exception { method checkTeamServices_serverWithDefaultCollection (line 70) | @Test public void checkTeamServices_serverWithDefaultCollection() thro... method checkTeamServices_serverWithDefaultCollectionSlash (line 78) | @Test public void checkTeamServices_serverWithDefaultCollectionSlash()... method checkTeamServices_gitUrl (line 86) | @Test public void checkTeamServices_gitUrl() throws Exception { FILE: tfs/src/test/java/hudson/plugins/tfs/TeamEventsEndpointTest.java class TeamEventsEndpointTest (line 20) | public class TeamEventsEndpointTest { method deserializeEvent_sample (line 25) | @Test method innerDispatch_fakedGitPushEventHandling (line 35) | @Test class FakedGitPush (line 44) | private static class FakedGitPush extends AbstractHookEvent { method create (line 47) | @Override method getSampleRequestPayload (line 52) | @Override method perform (line 58) | @Override FILE: tfs/src/test/java/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest.java class TeamFoundationServerScmIntegrationTest (line 15) | @Category(IntegrationTests.class) method connectToTfs (line 20) | @Before method sample (line 28) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java class TeamFoundationServerScmTest (line 46) | @SuppressWarnings("unchecked") method tearDown (line 51) | @After public void tearDown() throws Exception { method upgradeFromScrambledPassword (line 63) | @Test public void upgradeFromScrambledPassword() { method assertWorkspaceNameReplacesJobName (line 119) | @Test method assertDoProjectPathCheckRegexWorks (line 130) | @Test method assertDoWorkspaceNameCheckRegexWorks (line 139) | @Test method assertCloakedPathsCheckRegexWorks (line 153) | @Test method isCloakedPathValid (line 174) | private static boolean isCloakedPathValid(final String path) { method serializeCloakedPathCollectionToString_one (line 178) | @Test method serializeCloakedPathCollectionToString_two (line 187) | @Test method serializeCloakedPathCollectionToString_many (line 196) | @Test method splitCloakedPaths_one (line 205) | @Test method splitCloakedPaths_newlinesMany (line 214) | @Test method splitCloakedPaths_newlinesWithLiberalSpacing (line 223) | @Test method splitCloakedPaths_newlinesWithBlankLines (line 232) | @Test method areEqual (line 241) | private static void areEqual(final Collection actual, T... expe... method assertDefaultValueIsUsedForNullLocalPath (line 261) | @Test method assertDefaultValueIsUsedForEmptyLocalPath (line 267) | @Test method assertDefaultValueIsUsedForEmptyWorkspaceName (line 275) | @Test method assertGetModuleRootReturnsWorkFolder (line 281) | @Test method assertGetModuleRootWorksForDotWorkFolder (line 291) | @Test method assertTeamServicesBuildVariablesAreAddedToEnvVars (line 301) | @Test method assertWorkspaceNameIsAddedToEnvVars (line 329) | @Test method createForEnvVars (line 342) | private TeamFoundationServerScm createForEnvVars() { method assertWorksfolderPathIsAddedToEnvVars (line 348) | @Test method assertProjectPathIsAddedToEnvVars (line 358) | @Test method assertServerUrlIsAddedToEnvVars (line 366) | @Test method assertTfsUserNameIsAddedToEnvVars (line 374) | @Test method assertTfsWorkspaceChangesetIsAddedToEnvVars (line 382) | @Test method assertTfsWorkspaceChangesetIsNotAddedToEnvVarsIfEmpty (line 391) | @Test method assertTfsWorkspaceChangesetIsNotAddedToEnvVarsIfNull (line 400) | @Test method recordWorkspaceChangesetVersion (line 409) | @Test public void recordWorkspaceChangesetVersion() throws Exception { method recordWorkspaceChangesetVersionWithSingleVersionSpec (line 428) | @Test public void recordWorkspaceChangesetVersionWithSingleVersionSpec... method assertWorkspaceNameReplacesInvalidChars (line 449) | @Test method assertWorkspaceNameReplacesEndingPeriod (line 458) | @Test method assertWorkspaceNameReplacesEndingSpace (line 467) | @Test method assertServerUrlResolvesBuildVariables (line 473) | @Test public void assertServerUrlResolvesBuildVariables() { method assertProjectPathResolvesBuildVariables (line 483) | @Test public void assertProjectPathResolvesBuildVariables() { method assertWorkspaceNameResolvesBuildVariables (line 493) | @Test public void assertWorkspaceNameResolvesBuildVariables() { method assertTfsWorkspaceIsntRemovedIfThereIsNoBuildWhenProcessWorkspaceBeforeDeletion (line 503) | @Test public void assertTfsWorkspaceIsntRemovedIfThereIsNoBuildWhenPro... method assertWorkspaceIsntRemoveIfThereIsNoBuildOnSpecifiedNodeAndHudsonWantsToRemoveWorkspaceOnNode (line 512) | @Test public void assertWorkspaceIsntRemoveIfThereIsNoBuildOnSpecified... FILE: tfs/src/test/java/hudson/plugins/tfs/Util.java class Util (line 9) | public class Util { method Util (line 11) | private Util() { method getCalendar (line 14) | public static Calendar getCalendar(int year, int month, int day) { method getCalendar (line 18) | public static Calendar getCalendar(int year, int month, int day, int h... method getCalendar (line 22) | public static Calendar getCalendar(int year, int month, int day, int h... method getCalendar (line 26) | public static Calendar getCalendar(int year, int month, int day, int h... method createTempFilePath (line 39) | public static FilePath createTempFilePath() throws Exception { method toBoxedArray (line 52) | public static Boolean[] toBoxedArray(boolean[] array) { FILE: tfs/src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java class CheckoutActionTest (line 33) | public class CheckoutActionTest { method setup (line 44) | @Before public void setup() throws Exception { method teardown (line 49) | @After public void teardown() throws Exception { method prepareCommonMocks (line 55) | private void prepareCommonMocks() { method assertFirstCheckoutBySingleVersionSpecNotUsingUpdate (line 64) | @Test method assertFirstCheckoutNotUsingUpdate (line 79) | @Test method assertFirstCheckoutBySingleVersionSpecUsingUpdate (line 94) | @Test method assertFirstCheckoutUsingUpdate (line 108) | @Test method assertSecondCheckoutBySingleVersionSpecUsingUpdate (line 122) | @Test method assertSecondCheckoutUsingUpdate (line 136) | @Test method assertSecondCheckoutBySingleVersionSpecNotUsingUpdate (line 150) | @Test method assertSecondCheckoutNotUsingUpdate (line 165) | @Test method assertDetailedHistoryIsNotRetrievedInFirstBuildCheckingOutByLabel (line 180) | @Test method assertDetailedHistoryIsNotRetrievedInFirstBuild (line 192) | @Test method assertDetailedHistoryIsRetrievedInSecondBuildCheckingOutByLabel (line 204) | @Test method assertDetailedHistoryIsRetrievedInSecondBuild (line 220) | @Test method assertWorkFolderIsCleanedIfNotUsingUpdate (line 239) | @Test method assertWorkFolderIsCleanedIfNotUsingUpdateCheckingOutByLabel (line 257) | @Test method assertWorkspaceIsNotCleanedIfUsingUpdate (line 275) | @Test method assertCheckoutBySingleVersionSpecDeletesWorkspaceAtStartIfNotUsingUpdate (line 292) | @Bug(3882) method assertCheckoutDeletesWorkspaceAtStartIfNotUsingUpdate (line 312) | @Bug(3882) method assertCheckoutDoesNotDeleteWorkspaceAtStartIfUsingUpdate (line 332) | @Bug(3882) method assertCheckoutBySingleVersionSpecDoesNotDeleteWorkspaceAtStartIfUsingUpdate (line 348) | @Bug(3882) method assertCheckoutDoesNotDeleteWorkspaceIfNotUsingUpdateAndThereIsNoWorkspace (line 364) | @Bug(3882) method assertCheckoutBySingleVersionSpecDoesNotDeleteWorkspaceIfNotUsingUpdateAndThereIsNoWorkspace (line 381) | @Bug(3882) method assertCheckoutOnlyRetrievesChangesToTheStartTimestampForCurrentBuild (line 398) | @Bug(6596) class DateVersionSpecMatcher (line 423) | private static class DateVersionSpecMatcher extends CustomMatcher parse(final String s) throws IOException { method assertListFromServerIsParsedProperly (line 39) | @Test method assertListFromServerIsRetrievedOnce (line 51) | @Test method assertExistsWorkspace (line 67) | @Test method assertWorkspaceExistsWithOnlyName (line 78) | @Test method assertNewWorkspaceIsAddedToMap (line 89) | @Test method assertGettingNewWorkspaceIsNotRetrievingServerList (line 99) | @Test method assertNewWorkspaceExistsIsNotRetrievingServerList (line 109) | @Test method assertWorkspaceIsDeletedFromMap (line 119) | @Test method assertGetUnknownWorkspaceReturnsNull (line 131) | @Test method assertUnknownWorkspaceDoesNotExists (line 138) | @Test method assertWorkspaceFactory (line 145) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/model/servicehooks/EventScopeTest.java class EventScopeTest (line 10) | public class EventScopeTest { method deserialize_enumCasing (line 12) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/util/BuildVariableResolverTest.java class BuildVariableResolverTest (line 21) | @SuppressWarnings("unchecked") method before (line 28) | @Before public void before() throws Exception { method assertConstructorBuildUsesProject (line 32) | @Test public void assertConstructorBuildUsesProject() throws IOExcepti... method assertJobNameIsResolved (line 40) | @Test public void assertJobNameIsResolved() { method assertJobNameWithoutComputerIsResolved (line 48) | @Test public void assertJobNameWithoutComputerIsResolved() { method assertComputerEnvVarIsResolved (line 56) | @Test public void assertComputerEnvVarIsResolved() throws Exception { method assertComputerUserNameIsResolved (line 67) | @Test public void assertComputerUserNameIsResolved() throws Exception { method assertNodeNameIsResolved (line 78) | @Test public void assertNodeNameIsResolved() { method assertMasterNodeNameIsResolved (line 89) | @Test public void assertMasterNodeNameIsResolved() { method assertNoComputeraDoesNotThrowNPEWhenResolvingNodeName (line 97) | @Test public void assertNoComputeraDoesNotThrowNPEWhenResolvingNodeNam... method assertBuildEnvVarIsResolved (line 103) | @Test public void assertBuildEnvVarIsResolved() throws Exception { FILE: tfs/src/test/java/hudson/plugins/tfs/util/BuildWorkspaceConfigurationRetrieverTest.java class BuildWorkspaceConfigurationRetrieverTest (line 20) | @SuppressWarnings("unchecked") method assertGetLatestConfgiurationOnNode (line 25) | @Test method assertGetLatestConfgiurationOnNodeWithNoPrevioudBuild (line 47) | @Test method assertGetLatestConfigurationOnNodeWithNoPrevioudScmConfiguration (line 67) | @Test method assertGetLatestConfgiurationOnNodeWithNoAbstractBuild (line 85) | @Test method assertSaveWorkspaceConfigurationUsesSaveOnBuild (line 94) | @Test method assertGetLatestConfgiurationOnPreviousDeletedNode (line 110) | @Bug(8322) FILE: tfs/src/test/java/hudson/plugins/tfs/util/DateUtilTest.java class DateUtilTest (line 11) | public class DateUtilTest { method toString_date (line 16) | @Test method toString_calendar (line 23) | @Test method toString_dateVersionSpec (line 30) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/util/KeyValueTextReaderTest.java class KeyValueTextReaderTest (line 9) | public class KeyValueTextReaderTest { method assertKeysAreRead (line 11) | @Test method assertValueIsTrimmed (line 18) | @Test method assertKeyContainsSpace (line 24) | @Test method assertMultilineDataIsRead (line 30) | @Test method asserOnlyKeyIsReadIfValueContainsColon (line 36) | @Test method assertValueBeginingOnNextRowIsParsedWithoutPrefixedEndline (line 42) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/util/MaskedArgumentListBuilderTest.java class MaskedArgumentListBuilderTest (line 9) | public class MaskedArgumentListBuilderTest { method assertEmptyMask (line 11) | @Test method assertLastArgumentIsMasked (line 23) | @Test method assertSeveralMaskedArguments (line 35) | @Test method assertPrependAfterAddingMasked (line 49) | @Test method assertPrependBeforeAddingMasked (line 62) | @Test FILE: tfs/src/test/java/hudson/plugins/tfs/util/QueryStringTest.java class QueryStringTest (line 9) | public class QueryStringTest { method toString_typical (line 11) | @Test public void toString_typical() throws Exception { method constructor_typical (line 20) | @Test public void constructor_typical() throws Exception { method constructor_twoPairs (line 29) | @Test public void constructor_twoPairs() throws Exception { method constructor_oddParameters (line 38) | @Test(expected = IllegalArgumentException.class) FILE: tfs/src/test/java/hudson/plugins/tfs/util/StringHelperTest.java class StringHelperTest (line 9) | public class StringHelperTest { method determineContentTypeWithoutCharset_null (line 11) | @Test public void determineContentTypeWithoutCharset_null() throws Exc... method determineContentTypeWithoutCharset_withoutCharset (line 17) | @Test public void determineContentTypeWithoutCharset_withoutCharset() ... method determineContentTypeWithoutCharset_withCharset (line 25) | @Test public void determineContentTypeWithoutCharset_withCharset() thr... FILE: tfs/src/test/java/hudson/plugins/tfs/util/TeamRestClientTest.java class TeamRestClientTest (line 21) | public class TeamRestClientTest { method setUp (line 25) | @Before public void setUp() throws Exception { method tearDown (line 29) | @After public void tearDown() throws Exception { method createAuthorization_typical (line 35) | @Test public void createAuthorization_typical() throws Exception { method ping (line 49) | @Ignore("Only works on visualstudio.com due to the use of the Authoriz... FILE: tfs/src/test/java/hudson/plugins/tfs/util/TextTableParserTest.java class TextTableParserTest (line 11) | public class TextTableParserTest { method assertThatReaderWithoutTableIsParsed (line 13) | @Test public void assertThatReaderWithoutTableIsParsed() throws Except... method assertColumnCount (line 18) | @Test public void assertColumnCount() throws Exception { method assertDashInTextIsIgnored (line 24) | @Bug(4666) method assertGetColumn (line 31) | @Test public void assertGetColumn() throws Exception { method assertNextRow (line 41) | @Test public void assertNextRow() throws Exception { method assertNextRowWithNonsenseLine (line 51) | @Test public void assertNextRowWithNonsenseLine() throws Exception { method assertGetColumnWorksIfLastcolumnIsShorterThanLastColumnLength (line 64) | @Test public void assertGetColumnWorksIfLastcolumnIsShorterThanLastCol... method assertGetColumnWorksIfColumnIsShorter (line 74) | @Test public void assertGetColumnWorksIfColumnIsShorter() throws Excep... method assertTableStartsImmediately (line 82) | @Test public void assertTableStartsImmediately() throws Exception { method assertNextRowWorksWithOptionalColumns (line 92) | @Test public void assertNextRowWorksWithOptionalColumns() throws Excep... method assertGetColumnAfterLastRowThrowsException (line 105) | @Test(expected=IllegalStateException.class) public void assertGetColum... FILE: tfs/src/test/java/hudson/plugins/tfs/util/UriHelperTest.java class UriHelperTest (line 12) | public class UriHelperTest { method setUp (line 16) | @Before public void setUp() { method assertSame (line 21) | private static void assertSame(final String a, final String b) { method assertNotSame (line 25) | private static void assertNotSame(final String a, final String b) { method areSame (line 29) | private static void areSame(final String a, final String b, final bool... method areSame_bothNull (line 39) | @Test public void areSame_bothNull() throws Exception { method areSame_sameInstance (line 43) | @Test public void areSame_sameInstance() throws Exception { method areSame_identity (line 48) | @Test public void areSame_identity() throws Exception { method areSame_endsWithSlash (line 52) | @Test public void areSame_endsWithSlash() throws Exception { method areSame_schemeCase (line 56) | @Test public void areSame_schemeCase() throws Exception { method areSame_hostCase (line 60) | @Test public void areSame_hostCase() throws Exception { method areSame_implicitPort (line 64) | @Test public void areSame_implicitPort() throws Exception { method areSame_withPathSlash (line 68) | @Test public void areSame_withPathSlash() throws Exception { method areSame_withPathWithoutSlash (line 72) | @Test public void areSame_withPathWithoutSlash() throws Exception { method areSame_withPathQuery (line 76) | @Test public void areSame_withPathQuery() throws Exception { method areSame_withPathQueryFragment (line 80) | @Test public void areSame_withPathQueryFragment() throws Exception { method areSame_oneNull (line 85) | @Test public void areSame_oneNull() throws Exception { method areSame_differentScheme (line 90) | @Test public void areSame_differentScheme() throws Exception { method areSame_differentHost (line 95) | @Test public void areSame_differentHost() throws Exception { method areSame_differentPort (line 100) | @Test public void areSame_differentPort() throws Exception { method areSame_differentPath (line 105) | @Test public void areSame_differentPath() throws Exception { method areSame_differentQuery (line 110) | @Test public void areSame_differentQuery() throws Exception { method areSame_differentFragment (line 115) | @Test public void areSame_differentFragment() throws Exception { method areSame_differentFragmentAfterQuery (line 120) | @Test public void areSame_differentFragmentAfterQuery() throws Excepti... method assertSameGitRepo (line 126) | private static void assertSameGitRepo(final String a, final String b) { method assertNotSameGitRepo (line 130) | private static void assertNotSameGitRepo(final String a, final String ... method areSameGitRepo (line 134) | private static void areSameGitRepo(final String a, final String b, fin... method areSameGitRepo_withoutDefaultCollection (line 143) | @Test public void areSameGitRepo_withoutDefaultCollection() throws Exc... method areSameGitRepo_withDefaultCollection (line 150) | @Test public void areSameGitRepo_withDefaultCollection() throws Except... method areSameGitRepo_withMixedCaseDefaultCollection (line 157) | @Test public void areSameGitRepo_withMixedCaseDefaultCollection() thro... method areSameGitRepo_differentProject (line 164) | @Test public void areSameGitRepo_differentProject() throws Exception { method areSameGitRepo_differentRepo (line 171) | @Test public void areSameGitRepo_differentRepo() throws Exception { method areSameGitRepo_mixTeamServicesDefaultCollection (line 178) | @Test public void areSameGitRepo_mixTeamServicesDefaultCollection() th... method areSameGitRepo_mixTfsDefaultCollection (line 185) | @Test public void areSameGitRepo_mixTfsDefaultCollection() throws Exce... method areSameGitRepo_differentPorts (line 192) | @Test public void areSameGitRepo_differentPorts() throws Exception { method areSameGitRepo_teamServicesDifferentProtocols (line 199) | @Test public void areSameGitRepo_teamServicesDifferentProtocols() thro... method areSameGitRepo_tfsDifferentProtocols (line 206) | @Test public void areSameGitRepo_tfsDifferentProtocols() throws Except... method hasPath_hostOnly (line 213) | @Test public void hasPath_hostOnly() throws Exception { method hasPath_hostSlash (line 221) | @Test public void hasPath_hostSlash() throws Exception { method hasPath_path (line 229) | @Test public void hasPath_path() throws Exception { method hasPath_pathSlash (line 237) | @Test public void hasPath_pathSlash() throws Exception { method join_uriNoSlash_pathComponents (line 246) | @Test public void join_uriNoSlash_pathComponents() throws Exception { method join_noSlash_pathComponents (line 254) | @Test public void join_noSlash_pathComponents() throws Exception { method join_withSlash_pathComponents (line 262) | @Test public void join_withSlash_pathComponents() throws Exception { method join_noSlash_queryString (line 270) | @Test public void join_noSlash_queryString() throws Exception { method join_withSlash_queryString (line 278) | @Test public void join_withSlash_queryString() throws Exception { method join_noSlash_pathAndQueryString (line 286) | @Test public void join_noSlash_pathAndQueryString() throws Exception { method join_withSlash_pathAndQueryString (line 294) | @Test public void join_withSlash_pathAndQueryString() throws Exception { method join_urlEncoding (line 302) | @Test public void join_urlEncoding() throws Exception { method join_sampleApiCall (line 310) | @Test public void join_sampleApiCall() throws Exception { FILE: tfs/src/test/java/hudson/plugins/tfs/util/XmlHelperTest.java class XmlHelperTest (line 24) | public class XmlHelperTest { method peekValue_Document (line 26) | @Test public void peekValue_Document() throws Exception { method peekValue_File (line 53) | @Test public void peekValue_File() throws Exception { method pokeValue_Document (line 70) | @Test public void pokeValue_Document() throws Exception { method pokeValue_File (line 97) | @Test public void pokeValue_File() throws Exception { method assertReaders (line 122) | public static void assertReaders(final BufferedReader expected, final ... FILE: tfs/src/test/java/hudson/util/SecretOverride.java class SecretOverride (line 14) | public class SecretOverride implements Closeable { method set (line 18) | public static void set(final String secretKey) { method SecretOverride (line 33) | public SecretOverride() { method SecretOverride (line 37) | public SecretOverride(final String secretKey) { method close (line 41) | public void close() throws IOException { FILE: tfs/src/test/java/jenkins/security/ConfidentialStoreOverride.java class ConfidentialStoreOverride (line 10) | public class ConfidentialStoreOverride implements Closeable { method randomBytes (line 21) | public byte[] randomBytes(final int size) { method initialValue (line 28) | protected ConfidentialStore initialValue() { method set (line 41) | public static void set(final ThreadLocal override) { method ConfidentialStoreOverride (line 45) | public ConfidentialStoreOverride() { method ConfidentialStoreOverride (line 49) | public ConfidentialStoreOverride(final ThreadLocal ... method close (line 53) | public void close() throws IOException {