SYMBOL INDEX (1103 symbols across 161 files) FILE: Report/html/dynsections.js function toggleVisibility (line 24) | function toggleVisibility(linkObj) function updateStripes (line 45) | function updateStripes() function toggleLevel (line 51) | function toggleLevel(level) function toggleFolder (line 72) | function toggleFolder(id) function toggleInherit (line 107) | function toggleInherit(id) FILE: Report/html/jquery.js function b0 (line 44) | function b0(b3,b4){return new b0.fn.init(b3,b4)} function bw (line 44) | function bw(){if(bF.isReady){return}try{av.documentElement.doScroll("lef... function X (line 44) | function X(e){var bv=a2[e]={},bw,bx;e=e.split(/\s+/);for(bw=0,bx=e.lengt... function bD (line 44) | function bD(bF){return function(bG){bx[bF]=arguments.length>1?aJ.call(ar... function bz (line 44) | function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(ar... function a5 (line 44) | function a5(bx,bw,by){if(by===L&&bx.nodeType===1){var bv="data-"+bw.repl... function S (line 44) | function S(bv){for(var e in bv){if(e==="data"&&b.isEmptyObject(bv[e])){c... function bi (line 44) | function bi(by,bx,bA){var bw=bx+"defer",bv=bx+"queue",e=bx+"mark",bz=b._... function bE (line 44) | function bE(){if(!(--bB)){e.resolveWith(bv,[bv])}} function bk (line 44) | function bk(){return false} function i (line 44) | function i(){return true} function bv (line 51) | function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT").appendTo(e),bw=... function aK (line 51) | function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.pa... function j (line 60) | function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"paddin... function c (line 60) | function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.pa... function b (line 60) | function b(e){return !a(e).parents().andSelf().filter(function(){return ... function a (line 89) | function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")} function n (line 89) | function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if... function h (line 89) | function h(n){j.animate(g,e,d.easing,n&&function(){n.call(this,f,d)})} function b (line 89) | function b(d){return typeof d=="object"?d:{top:d,left:d}} function b (line 96) | function b(){var F=this;F.top="auto";F.left="auto";F.right="auto";F.bott... function t (line 96) | function t(K,N,F){var J=null;function L(P,Q){M();if(!K.data(e)){if(!P){c... function j (line 96) | function j(){function G(M,L,J,O,P){var K=L.split("-")[0],N=new b(),I;if(... function x (line 96) | function x(Q){var P=new j(),O=k("#"+Q.popupId);if(O.length===0){O=k("1){return}h.preventDef... function k (line 115) | function k(m){var n=".smartmenus_mouse";if(!h&&!m){var o=true,l=null;a(d... function j (line 115) | function j(l){return !/^(4|mouse)$/.test(l.pointerType)} function i (line 115) | function i(l,n){if(!n){n=""}var m={};a.each(l,function(o,p){m[p[0].split... FILE: Report/html/menu.js function initMenu (line 24) | function initMenu(relPath,searchEnabled,serverSide,searchPage,search) { FILE: Report/html/search/search.js function convertToId (line 24) | function convertToId(search) function getXPos (line 47) | function getXPos(item) function getYPos (line 61) | function getYPos(item) function SearchBox (line 82) | function SearchBox(name, resultsPath, inFrame, label) function SearchResults (line 427) | function SearchResults(name) function setKeyActions (line 732) | function setKeyActions(elem,action) function setClassAttr (line 739) | function setClassAttr(elem,attr) function createResults (line 745) | function createResults() function init_search (line 800) | function init_search() FILE: src/VstsDemoBuilder/App_Start/BundleConfig.cs class BundleConfig (line 6) | public class BundleConfig method RegisterBundles (line 9) | public static void RegisterBundles(BundleCollection bundles) FILE: src/VstsDemoBuilder/App_Start/FilterConfig.cs class FilterConfig (line 6) | public class FilterConfig method RegisterGlobalFilters (line 8) | public static void RegisterGlobalFilters(GlobalFilterCollection filters) FILE: src/VstsDemoBuilder/App_Start/RouteConfig.cs class RouteConfig (line 11) | public class RouteConfig method RegisterRoutes (line 13) | public static void RegisterRoutes(RouteCollection routes) FILE: src/VstsDemoBuilder/App_Start/SwaggerConfig.cs class SwaggerConfig (line 11) | public class SwaggerConfig method Register (line 13) | public static void Register() FILE: src/VstsDemoBuilder/App_Start/UnityConfig.cs class UnityConfig (line 12) | public class UnityConfig method GetConfiguredContainer (line 25) | public static IUnityContainer GetConfiguredContainer() method RegisterTypes (line 35) | public static void RegisterTypes(IUnityContainer container) FILE: src/VstsDemoBuilder/App_Start/UnityMvcActivator.cs class UnityWebActivator (line 11) | public static class UnityWebActivator method Start (line 14) | public static void Start() method Shutdown (line 28) | public static void Shutdown() FILE: src/VstsDemoBuilder/App_Start/WebApiConfig.cs class WebApiConfig (line 5) | public static class WebApiConfig method Register (line 7) | public static void Register(HttpConfiguration config) FILE: src/VstsDemoBuilder/Controllers/AccountController.cs class AccountController (line 15) | public class AccountController : Controller method AccountController (line 23) | public AccountController(IProjectService _projectService, ITemplateSer... method Unsupported_browser (line 29) | [HttpGet] method Verify (line 42) | [HttpGet] method GetAccountName (line 141) | [HttpGet] method Index (line 160) | [HttpGet] method SignOut (line 185) | [HttpGet] method SessionOutReturn (line 193) | [HttpGet] method UploadPrivateTempalteFromHome (line 200) | public PrivateTemplate UploadPrivateTempalteFromHome(string TemplateURL) FILE: src/VstsDemoBuilder/Controllers/Apis/ProjectController.cs class ProjectController (line 21) | [RoutePrefix("api/environment")] method ProjectController (line 29) | public ProjectController() method create (line 35) | [HttpPost] method GetCurrentProgress (line 246) | [HttpGet] method EndEnvironmentSetupProcess (line 263) | public void EndEnvironmentSetupProcess(IAsyncResult result) FILE: src/VstsDemoBuilder/Controllers/Apis/TemplateController.cs class TemplateController (line 18) | [RoutePrefix("api/templates")] method TemplateController (line 24) | public TemplateController() method GetTemplates (line 29) | [HttpGet] method templatesbyTags (line 38) | [HttpGet] FILE: src/VstsDemoBuilder/Controllers/EnvironmentController.cs class EnvironmentController (line 21) | public class EnvironmentController : Controller method EnvironmentController (line 28) | public EnvironmentController(IProjectService _ProjectService, IAccount... method GetCurrentProgress (line 35) | [HttpGet] method GetStatusMessage (line 50) | [HttpGet] method GetTemplate (line 81) | [HttpGet] method GetGroups (line 102) | [AllowAnonymous] method CreateProject (line 146) | [HttpGet] method PrivateTemplate (line 284) | [AllowAnonymous] method Create (line 303) | [HttpGet] method UploadFiles (line 348) | [AllowAnonymous] method UnzipFile (line 419) | [AllowAnonymous] method GetMembers (line 483) | [HttpPost] method StartEnvironmentSetupProcess (line 520) | [HttpPost] method EndEnvironmentSetupProcess (line 569) | public void EndEnvironmentSetupProcess(IAsyncResult result) method CheckForInstalledExtensions (line 639) | [HttpGet] method CheckSession (line 812) | [AllowAnonymous] method UploadPrivateTemplateFromURL (line 826) | [HttpGet] method DeletePrivateTemplate (line 878) | [HttpPost] FILE: src/VstsDemoBuilder/Controllers/ExtractorController.cs class ExtractorController (line 22) | public class ExtractorController : Controller method ExtractorController (line 28) | public ExtractorController() method NotFound (line 34) | [AllowAnonymous] method GetCurrentProgress (line 41) | [HttpGet] method Index (line 49) | [AllowAnonymous] method GetprojectList (line 111) | [AllowAnonymous] method GetProjectProperties (line 148) | [AllowAnonymous] method EndEnvironmentSetupProcess (line 178) | public void EndEnvironmentSetupProcess(IAsyncResult result) method ProjectConfiguration (line 217) | public ProjectConfigurations ProjectConfiguration(Project model) method AnalyzeProject (line 252) | [AllowAnonymous] method StartEnvironmentSetupProcess (line 271) | [HttpPost] method RemoveFolder (line 284) | [AllowAnonymous] method ZipAndDownloadFiles (line 296) | [AllowAnonymous] FILE: src/VstsDemoBuilder/Controllers/GitHubController.cs class GitHubController (line 12) | public class GitHubController : Controller method GitOauth (line 17) | [AllowAnonymous] method Redirect (line 28) | [AllowAnonymous] method FormatRequestUrl (line 56) | public string FormatRequestUrl(string code) method GetAccessToken (line 68) | public GitHubAccessDetails GetAccessToken(string body) method Status (line 91) | [AllowAnonymous] FILE: src/VstsDemoBuilder/Controllers/SessonTimeoutAttribute.cs class SessonTimeoutAttribute (line 8) | public class SessonTimeoutAttribute : ActionFilterAttribute method OnActionExecuting (line 10) | public override void OnActionExecuting(ActionExecutingContext filterCo... FILE: src/VstsDemoBuilder/ErrorHandler/AiHandleErrorAttribute.cs class AiHandleErrorAttribute (line 1) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inheri... method OnException (line 1) | public override void OnException(ExceptionContext filterContext) ... FILE: src/VstsDemoBuilder/Extensions/Extension.cs class Extension (line 10) | public static class Extension method ReadJsonFile (line 12) | public static string ReadJsonFile(this Project file, string filePath) method ErrorId (line 27) | public static string ErrorId(this string str) FILE: src/VstsDemoBuilder/ExtractorModels/ExtractorAnalysis.cs class ExtractorAnalysis (line 5) | public class ExtractorAnalysis FILE: src/VstsDemoBuilder/Global.asax.cs class MvcApplication (line 15) | public class MvcApplication : System.Web.HttpApplication method Application_Start (line 17) | protected void Application_Start() FILE: src/VstsDemoBuilder/Models/AccessDetails.cs class AccessDetails (line 8) | public class AccessDetails FILE: src/VstsDemoBuilder/Models/Accounts.cs class AccountsResponse (line 8) | public class AccountsResponse class Properties (line 10) | public class Properties class Value (line 13) | public class Value class AccountList (line 21) | public class AccountList FILE: src/VstsDemoBuilder/Models/CreateZips.cs class CreateZips (line 6) | public class CreateZips class FileInfo (line 8) | public class FileInfo class FolderItem (line 15) | public class FolderItem class FolderL2 (line 22) | public class FolderL2 class Folder (line 29) | public class Folder class SourceDirectoriesFiles (line 36) | public class SourceDirectoriesFiles FILE: src/VstsDemoBuilder/Models/Default.cs class Default (line 3) | public class Default FILE: src/VstsDemoBuilder/Models/Email.cs class Email (line 13) | public class Email method SendEmail (line 19) | public bool SendEmail(string toEmail, string body, string subject) FILE: src/VstsDemoBuilder/Models/ErrorMessages.cs class Messages (line 8) | public class Messages class ErrorMessages (line 13) | public class ErrorMessages class AccountMessages (line 21) | public class AccountMessages class ProjectMessages (line 29) | public class ProjectMessages class TemplateMessages (line 38) | public class TemplateMessages FILE: src/VstsDemoBuilder/Models/GitHubAccessDetails.cs class GitHubAccessDetails (line 8) | public class GitHubAccessDetails class GitHubUserDetail (line 14) | public class GitHubUserDetail FILE: src/VstsDemoBuilder/Models/LoginModel.cs class LoginModel (line 3) | public class LoginModel FILE: src/VstsDemoBuilder/Models/ProfileDetails.cs class Value (line 8) | public class Value class Avatar (line 15) | public class Avatar class CoreAttributes (line 19) | public class CoreAttributes class ProfileDetails (line 23) | public class ProfileDetails FILE: src/VstsDemoBuilder/Models/Project.cs class Project (line 6) | public class Project class EnvironmentValues (line 60) | public class EnvironmentValues class BuildDef (line 75) | public class BuildDef class ReleaseDef (line 87) | public class ReleaseDef class BuildReleaseMapping (line 98) | public class BuildReleaseMapping class ProjectTemplate (line 121) | public class ProjectTemplate class ProjectSettings (line 143) | public class ProjectSettings class RequiredExtensions (line 153) | public class RequiredExtensions class ExtensionWithLink (line 155) | public class ExtensionWithLink class Extension (line 164) | public class Extension class listExtension (line 168) | public class listExtension class TestSuite (line 173) | public class TestSuite class Plan (line 175) | public class Plan class Value (line 180) | public class Value class TestSuites (line 191) | public class TestSuites class RequestedProject (line 198) | public class RequestedProject class MultiProjects (line 206) | public class MultiProjects class ProjectResponse (line 219) | public class ProjectResponse class PrivateTemplate (line 226) | public class PrivateTemplate FILE: src/VstsDemoBuilder/Models/ProjectList.cs class ProjectList (line 5) | public class ProjectList class Authentication (line 7) | public class Authentication class Value (line 12) | public class Value class ProjectDetails (line 21) | public class ProjectDetails FILE: src/VstsDemoBuilder/Models/Query.cs class Query (line 8) | public class Query FILE: src/VstsDemoBuilder/Models/ReadUser.cs class ReadUser (line 8) | public class ReadUser class User (line 10) | public class User FILE: src/VstsDemoBuilder/Models/TemplateSelection.cs class TemplateSelection (line 5) | public class TemplateSelection class Template (line 7) | public class Template class GroupwiseTemplate (line 23) | public class GroupwiseTemplate class Templates (line 28) | public class Templates class TemplateDetails (line 36) | public class TemplateDetails FILE: src/VstsDemoBuilder/Scripts/AppScripts/Extractor.js function WindowCloseHanlder (line 18) | function WindowCloseHanlder() { function getStatus (line 351) | function getStatus() { function DeleteFolder (line 448) | function DeleteFolder() { FILE: src/VstsDemoBuilder/Scripts/AppScripts/FileUpload.js function disableButton (line 175) | function disableButton(button) { function enableButton (line 178) | function enableButton(button) { FILE: src/VstsDemoBuilder/Scripts/AppScripts/GitHubAuth.js function checkSession (line 37) | function checkSession() { function checkTokenInSession (line 63) | function checkTokenInSession() { FILE: src/VstsDemoBuilder/Scripts/AppScripts/create.js function getStatus (line 688) | function getStatus() { function DisplayErrors (line 861) | function DisplayErrors() { function checkForInstalledExtensions (line 867) | function checkForInstalledExtensions(selectedTemplate, callBack) { function checkForExtensions (line 910) | function checkForExtensions(callBack) { function GetRequiredExtension (line 962) | function GetRequiredExtension() { function createTemplates (line 1034) | function createTemplates() { function validateExtensionCheckbox (line 1081) | function validateExtensionCheckbox() { function GetTemplates (line 1132) | function GetTemplates(selectedTemplate) { function openImportPopUp (line 1153) | function openImportPopUp() { function AppendMessage (line 1157) | function AppendMessage() { function getGroups (line 1179) | function getGroups(grpSelected) { function checkGitAuth (line 1267) | function checkGitAuth() { FILE: src/VstsDemoBuilder/Scripts/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: src/VstsDemoBuilder/Scripts/jquery-1.12.4.js function isArrayLike (line 563) | function isArrayLike( obj ) { function Sizzle (line 772) | function Sizzle( selector, context, results, seed ) { function createCache (line 912) | function createCache() { function markFunction (line 930) | function markFunction( fn ) { function assert (line 939) | function assert( fn ) { function addHandle (line 961) | function addHandle( attrs, handler ) { function siblingCheck (line 976) | function siblingCheck( a, b ) { function createInputPseudo (line 1003) | function createInputPseudo( type ) { function createButtonPseudo (line 1014) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1025) | function createPositionalPseudo( fn ) { function testContext (line 1048) | function testContext( context ) { function setFilters (line 2093) | function setFilters() {} function toSelector (line 2164) | function toSelector( tokens ) { function addCombinator (line 2174) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2232) | function elementMatcher( matchers ) { function multipleContexts (line 2246) | function multipleContexts( selector, contexts, results ) { function condense (line 2255) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2276) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2369) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2427) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function winnow (line 2765) | function winnow( elements, qualifier, not ) { function sibling (line 3078) | function sibling( cur, dir ) { function createOptions (line 3159) | function createOptions( options ) { function detach (line 3595) | function detach() { function completed (line 3609) | function completed() { function dataAttr (line 3779) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 3813) | function isEmptyDataObject( obj ) { function internalData (line 3829) | function internalData( elem, name, data, pvt /* Internal Use Only */ ) { function internalRemoveData (line 3921) | function internalRemoveData( elem, name, pvt ) { function adjustCSS (line 4314) | function adjustCSS( elem, prop, valueParts, tween ) { function createSafeFragment (line 4444) | function createSafeFragment( document ) { function getAll (line 4548) | function getAll( context, tag ) { function setGlobalEval (line 4577) | function setGlobalEval( elems, refElements ) { function fixDefaultChecked (line 4593) | function fixDefaultChecked( elem ) { function buildFragment (line 4599) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4759) | function returnTrue() { function returnFalse (line 4763) | function returnFalse() { function safeActiveElement (line 4769) | function safeActiveElement() { function on (line 4775) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5890) | function manipulationTarget( elem, content ) { function disableScript (line 5900) | function disableScript( elem ) { function restoreScript (line 5904) | function restoreScript( elem ) { function cloneCopyEvent (line 5914) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 5941) | function fixCloneNodeIssues( src, dest ) { function domManip (line 6009) | function domManip( collection, args, callback, ignored ) { function remove (line 6106) | function remove( elem, selector, keepData ) { function actualDisplay (line 6442) | function actualDisplay( name, doc ) { function defaultDisplay (line 6458) | function defaultDisplay( nodeName ) { function computeStyleTests (line 6607) | function computeStyleTests() { function addGetHookIf (line 6819) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6862) | function vendorPropName( name ) { function showHide (line 6881) | function showHide( elements, show ) { function setPositiveNumber (line 6938) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6947) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6991) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 7374) | function Tween( elem, options, prop, end, easing ) { function createFxNow (line 7498) | function createFxNow() { function genFx (line 7506) | function genFx( type, includeWidth ) { function createTween (line 7526) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7540) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7685) | function propFilter( props, specialEasing ) { function Animation (line 7722) | function Animation( elem, properties, options ) { function getClass (line 8803) | function getClass( elem ) { function addToPrefiltersOrTransports (line 9115) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 9149) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 9178) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 9198) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 9255) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9753) | function done( status, nativeStatusText, responses, headers ) { function getDisplay (line 9985) | function getDisplay( elem ) { function filterHidden (line 9989) | function filterHidden( elem ) { function buildParams (line 10027) | function buildParams( prefix, obj, traditional, add ) { function createStandardXHR (line 10346) | function createStandardXHR() { function createActiveXHR (line 10352) | function createActiveXHR() { function getWindow (line 10682) | function getWindow( elem ) { FILE: src/VstsDemoBuilder/Scripts/knockout-2.2.0.debug.js function isClickOnCheckableElement (line 77) | function isClickOnCheckableElement(element, eventType) { function getDisposeCallbacksCollection (line 576) | function getDisposeCallbacksCollection(node, createIfNotFound) { function destroyCallbacksCollection (line 584) | function destroyCallbacksCollection(node) { function cleanSingleNode (line 588) | function cleanSingleNode(node) { function cleanImmediateCommentTypeChildren (line 612) | function cleanImmediateCommentTypeChildren(nodeWithChildren) { function simpleHtmlParse (line 671) | function simpleHtmlParse(html) { function jQueryHtmlParse (line 705) | function jQueryHtmlParse(html) { function randomMax8HexChars (line 760) | function randomMax8HexChars() { function generateRandomId (line 763) | function generateRandomId() { function findMemoNodes (line 766) | function findMemoNodes(rootNode, appendToArray) { function applyExtenders (line 856) | function applyExtenders(requestedExtenders) { function observable (line 981) | function observable() { function addSubscriptionToDependency (line 1184) | function addSubscriptionToDependency(subscribable) { function disposeAllSubscriptionsToDependencies (line 1188) | function disposeAllSubscriptionsToDependencies() { function evaluatePossiblyAsync (line 1195) | function evaluatePossiblyAsync() { function evaluateImmediate (line 1204) | function evaluateImmediate() { function dependentObservable (line 1257) | function dependentObservable() { function peek (line 1275) | function peek() { function isActive (line 1281) | function isActive() { function mapJsObjectGraph (line 1368) | function mapJsObjectGraph(rootObject, mapInputCallback, visitedObjects) { function visitPropertiesOrArrayEntries (line 1402) | function visitPropertiesOrArrayEntries(rootObject, visitorCallback) { function objectLookup (line 1416) | function objectLookup() { function restoreTokens (line 1509) | function restoreTokens(string, tokens) { function getWriteableValue (line 1520) | function getWriteableValue(expression) { function ensureQuoted (line 1527) | function ensureQuoted(key) { function isStartComment (line 1717) | function isStartComment(node) { function isEndComment (line 1721) | function isEndComment(node) { function getVirtualChildren (line 1725) | function getVirtualChildren(startComment, allowUnbalanced) { function getMatchingEndComment (line 1746) | function getMatchingEndComment(startComment, allowUnbalanced) { function getUnbalancedChildTags (line 1756) | function getUnbalancedChildTags(node) { function createBindingsStringEvaluatorViaCache (line 1937) | function createBindingsStringEvaluatorViaCache(bindingsString, cache) { function createBindingsStringEvaluator (line 1943) | function createBindingsStringEvaluator(bindingsString) { function validateThatBindingIsAllowedForVirtualElements (line 1984) | function validateThatBindingIsAllowedForVirtualElements(bindingName) { function applyBindingsToDescendantsInternal (line 1990) | function applyBindingsToDescendantsInternal (viewModel, elementOrVirtual... function applyBindingsToNodeAndDescendantsInternal (line 1999) | function applyBindingsToNodeAndDescendantsInternal (viewModel, nodeVerif... function applyBindingsToNodeInternal (line 2026) | function applyBindingsToNodeInternal (node, bindings, viewModelOrBinding... function makeEventHandlerShortcut (line 2281) | function makeEventHandlerShortcut(eventName) { function makeWithIfBinding (line 2419) | function makeWithIfBinding(bindingKey, isWith, isNot, makeContextCallbac... function ensureDropdownSelectionIsConsistentWithModelValue (line 2462) | function ensureDropdownSelectionIsConsistentWithModelValue(element, mode... function applyToObject (line 2519) | function applyToObject(object, predicate, defaultValue) { function validateDataBindValuesForRewriting (line 2797) | function validateDataBindValuesForRewriting(keyValueArray) { function constructMemoizedTagReplacement (line 2815) | function constructMemoizedTagReplacement(dataBindAttributeValue, tagToRe... function invokeForEachNodeOrCommentInContinuousRange (line 2957) | function invokeForEachNodeOrCommentInContinuousRange(firstNode, lastNode... function activateBindingsOnContinuousNodeArray (line 2966) | function activateBindingsOnContinuousNodeArray(continuousNodeArray, bind... function getFirstNodeFromPossibleArray (line 2987) | function getFirstNodeFromPossibleArray(nodeOrNodeArray) { function executeTemplate (line 2993) | function executeTemplate(targetNodeOrNodeArray, renderMode, template, bi... function disposeOldComputedAndStoreNewOne (line 3107) | function disposeOldComputedAndStoreNewOne(element, newComputed) { function compareArrays (line 3187) | function compareArrays(oldArray, newArray, dontLimitMoves) { function compareSmallArrayToBigArray (line 3197) | function compareSmallArrayToBigArray(smlArray, bigArray, statusNotInSml,... function fixUpNodesToBeMovedOrRemoved (line 3287) | function fixUpNodesToBeMovedOrRemoved(contiguousNodeArray) { function mapNodeAndRefreshWhenChanged (line 3323) | function mapNodeAndRefreshWhenChanged(containerNode, mapping, valueToMap... function itemMovedOrRetained (line 3367) | function itemMovedOrRetained(editScriptIndex, oldPosition) { function callCallback (line 3378) | function callCallback(callback, items) { function ensureHasReferencedJQueryTemplates (line 3513) | function ensureHasReferencedJQueryTemplates() { function executeTemplate (line 3518) | function executeTemplate(compiledTemplate, data, jQueryTemplateOptions) { FILE: src/VstsDemoBuilder/Scripts/knockout-2.2.0.js function i (line 5) | function i(v){throw v;} function t (line 5) | function t(v){return function(){return v}} function K (line 6) | function K(v){function ga(a,d,c,e,f){var g=[],a=b.j(function(){var a=d(c... FILE: src/VstsDemoBuilder/Scripts/modernizr-2.6.2.js function isEventSupported (line 193) | function isEventSupported( eventName, element ) { function setCss (line 289) | function setCss( str ) { function setCssAll (line 296) | function setCssAll( str1, str2 ) { function is (line 303) | function is( obj, type ) { function contains (line 310) | function contains( str, substr ) { function testProps (line 334) | function testProps( props, prefixed ) { function testDOMProps (line 350) | function testDOMProps( props, obj, elem ) { function testPropsAll (line 378) | function testPropsAll( prop, prefixed, elem ) { function webforms (line 849) | function webforms() { function addStyleSheet (line 1067) | function addStyleSheet(ownerDocument, cssText) { function getElements (line 1080) | function getElements() { function getExpandoData (line 1091) | function getExpandoData(ownerDocument) { function createElement (line 1109) | function createElement(nodeName, ownerDocument, data){ function createDocumentFragment (line 1145) | function createDocumentFragment(ownerDocument, data){ function shivMethods (line 1169) | function shivMethods(ownerDocument, data) { function shivDocument (line 1207) | function shivDocument(ownerDocument) { FILE: src/VstsDemoBuilder/Scripts/tooltip.js function removeWithAnimation (line 167) | function removeWithAnimation() { FILE: src/VstsDemoBuilder/ServiceInterfaces/IAccountService.cs type IAccountService (line 9) | public interface IAccountService method GenerateRequestPostData (line 11) | string GenerateRequestPostData(string appSecret, string authCode, stri... method GetAccessToken (line 12) | AccessDetails GetAccessToken(string body); method GetProfile (line 14) | ProfileDetails GetProfile(AccessDetails accessDetails); method Refresh_AccessToken (line 15) | AccessDetails Refresh_AccessToken(string refreshToken); method GetAccounts (line 16) | AccountsResponse.AccountList GetAccounts(string memberID, AccessDetail... FILE: src/VstsDemoBuilder/ServiceInterfaces/IExtractorService.cs type IExtractorService (line 7) | public interface IExtractorService method ProjectConfiguration (line 9) | ProjectConfigurations ProjectConfiguration(Project model); method GetTeamsCount (line 10) | int GetTeamsCount(ProjectConfigurations appConfig); method GetIterationsCount (line 11) | int GetIterationsCount(ProjectConfigurations appConfig); method GetWorkItemsCount (line 12) | Dictionary GetWorkItemsCount(ProjectConfigurations appCon... method GetBuildDefinitionCount (line 13) | int GetBuildDefinitionCount(ProjectConfigurations appConfig); method GetReleaseDefinitionCount (line 14) | int GetReleaseDefinitionCount(ProjectConfigurations appConfig); method GenerateTemplateArifacts (line 15) | string[] GenerateTemplateArifacts(Project model); FILE: src/VstsDemoBuilder/ServiceInterfaces/IProjectService.cs type IProjectService (line 7) | public interface IProjectService method RemoveKey (line 9) | void RemoveKey(string id); method AddMessage (line 11) | void AddMessage(string id, string message); method GetStatusMessage (line 13) | JObject GetStatusMessage(string id); method GetprojectList (line 15) | HttpResponseMessage GetprojectList(string accname, string pat); method GetJsonFilePath (line 17) | string GetJsonFilePath(bool IsPrivate, string TemplateFolder, string T... method CreateProjectEnvironment (line 19) | string[] CreateProjectEnvironment(Project model); method CheckForInstalledExtensions (line 21) | bool CheckForInstalledExtensions(string extensionJsonFile, string toke... method InstallExtensions (line 23) | bool InstallExtensions(Project model, string accountName, string PAT); method WhereDoseTemplateBelongTo (line 25) | bool WhereDoseTemplateBelongTo(string templatName); FILE: src/VstsDemoBuilder/ServiceInterfaces/ITemplateService.cs type ITemplateService (line 11) | public interface ITemplateService method GetAllTemplates (line 13) | List GetAllTemplates(); method GetTemplatesByTags (line 15) | List GetTemplatesByTags(string Tags); method GetTemplate (line 17) | string GetTemplate(string TemplateName); method GetTemplateFromPath (line 19) | string GetTemplateFromPath(string TemplateUrl, string ExtractedTemplat... method checkTemplateDirectory (line 21) | bool checkTemplateDirectory(string dir); method FindPrivateTemplatePath (line 23) | string FindPrivateTemplatePath(string privateTemplatePath); method checkSelectedTemplateIsPrivate (line 25) | string checkSelectedTemplateIsPrivate(string templatePath); method deletePrivateTemplate (line 27) | void deletePrivateTemplate(string Template); FILE: src/VstsDemoBuilder/Services/AccountService.cs class AccountService (line 15) | public class AccountService :IAccountService method GenerateRequestPostData (line 24) | public string GenerateRequestPostData(string appSecret, string authCod... method GetAccessToken (line 47) | public AccessDetails GetAccessToken(string body) method GetProfile (line 83) | public ProfileDetails GetProfile(AccessDetails accessDetails) method Refresh_AccessToken (line 123) | public AccessDetails Refresh_AccessToken(string refreshToken) method GetAccounts (line 167) | public AccountsResponse.AccountList GetAccounts(string memberID, Acces... FILE: src/VstsDemoBuilder/Services/ExtractorService.cs class ExtractorService (line 29) | public class ExtractorService : IExtractorService method AddMessage (line 38) | public static void AddMessage(string id, string message) method GetStatusMessage (line 68) | public static string GetStatusMessage(string id) method RemoveKey (line 91) | public static void RemoveKey(string id) method ProjectConfiguration (line 102) | public ProjectConfigurations ProjectConfiguration(Project model) method GetTeamsCount (line 136) | public int GetTeamsCount(ProjectConfigurations appConfig) method GetIterationsCount (line 147) | public int GetIterationsCount(ProjectConfigurations appConfig) method GetBuildDefinitionCount (line 165) | public int GetBuildDefinitionCount(ProjectConfigurations appConfig) method GetReleaseDefinitionCount (line 181) | public int GetReleaseDefinitionCount(ProjectConfigurations appConfig) method GenerateTemplateArifacts (line 200) | public string[] GenerateTemplateArifacts(Project model) method GetWorkItemsCount (line 275) | public Dictionary GetWorkItemsCount(ProjectConfigurations... method GetInstalledExtensions (line 300) | public List GetInstalledExtensio... method ExportQuries (line 354) | public void ExportQuries(ProjectConfigurations appConfig) method ExportTeams (line 431) | public bool ExportTeams(Configuration con, string processTemplate, str... method ExportIterations (line 668) | public bool ExportIterations(ProjectConfigurations appConfig) method ExportWorkItems (line 698) | public void ExportWorkItems(ProjectConfigurations appConfig) method ExportRepositoryList (line 731) | public void ExportRepositoryList(ProjectConfigurations appConfig) method GetBuildDefinitions (line 773) | public int GetBuildDefinitions(ProjectConfigurations appConfig) method NormalPipeline (line 866) | private static int NormalPipeline(ProjectConfigurations appConfig, int... method YmlWithGitHub (line 1019) | private static int YmlWithGitHub(ProjectConfigurations appConfig, int ... method YmlWithAzureRepos (line 1107) | private static int YmlWithAzureRepos(ProjectConfigurations appConfig, ... method GeneralizingGetReleaseDefinitions (line 1184) | public int GeneralizingGetReleaseDefinitions(ProjectConfigurations app... method GetServiceEndpoints (line 1359) | public void GetServiceEndpoints(ProjectConfigurations appConfig) method GetAllWorkItemsName (line 1537) | private string[] GetAllWorkItemsName(ProjectConfigurations appConfig) method GetVariableGroups (line 1552) | private Dictionary GetVariableGroups(ProjectConfigurat... method ExportDeliveryPlans (line 1580) | public void ExportDeliveryPlans(ProjectConfigurations appConfig) FILE: src/VstsDemoBuilder/Services/ProjectService.cs class ProjectService (line 52) | public class ProjectService : IProjectService method TrackFeature (line 67) | public static async void TrackFeature(string API) method AddMessage (line 99) | public void AddMessage(string id, string message) method RemoveKey (line 113) | public void RemoveKey(string id) method GetStatusMessage (line 120) | public JObject GetStatusMessage(string id) method GetprojectList (line 144) | public HttpResponseMessage GetprojectList(string accname, string pat) method GetJsonFilePath (line 161) | public string GetJsonFilePath(bool IsPrivate, string TemplateFolder, s... method CreateProjectEnvironment (line 184) | public string[] CreateProjectEnvironment(Project model) method CreateBranchPolicy (line 1057) | private bool CreateBranchPolicy(Project model, Configuration buildConfig) method ForkGitHubRepository (line 1120) | private void ForkGitHubRepository(Project model, Configuration _gitHub... method CreateTeams (line 1179) | private void CreateTeams(Project model, string teamsJSON, VstsRestAPI.... method GetTeamMembers (line 1331) | private TeamMemberResponse.TeamMembers GetTeamMembers(string projectNa... method CreateWorkItems (line 1361) | private void CreateWorkItems(Project model, string workItemJSON, VstsR... method UpdateBoardColumn (line 1401) | private bool UpdateBoardColumn(Project model, string BoardColumnsJSON,... method UpdateCardFields (line 1433) | private void UpdateCardFields(Project model, string json, Configuratio... method UpdateCardStyles (line 1462) | private void UpdateCardStyles(Project model, string json, Configuratio... method EnableEpic (line 1489) | private void EnableEpic(Project model, string json, VstsRestAPI.Config... method UpdateWorkItems (line 1519) | private void UpdateWorkItems(Project model, string workItemUpdateJSON,... method UpdateIterations (line 1555) | private void UpdateIterations(Project model, VstsRestAPI.Configuration... method CreateIterationNode (line 1604) | private void CreateIterationNode(Project model, VstsRestAPI.WorkItemAn... method MoveIterationNode (line 1642) | private void MoveIterationNode(Project model, VstsRestAPI.WorkItemAndT... method UpdateSprintItems (line 1665) | private void UpdateSprintItems(Project model, VstsRestAPI.Configuratio... method RenameIterations (line 1696) | public void RenameIterations(Project model, VstsRestAPI.Configuration ... method ImportSourceCode (line 1721) | private void ImportSourceCode(Project model, string sourceCodeJSON, Vs... method CreatePullRequest (line 1784) | private void CreatePullRequest(Project model, string pullRequestJsonPa... method CreateServiceEndPoint (line 1848) | private void CreateServiceEndPoint(Project model, List jsonPat... method CreateTestManagement (line 1970) | private void CreateTestManagement(List wiMapping, Project m... method CreateBuildDefinition (line 2044) | private bool CreateBuildDefinition(Project model, VstsRestAPI.Configur... method QueueABuild (line 2121) | private void QueueABuild(Project model, string json, VstsRestAPI.Confi... method CreateReleaseDefinition (line 2157) | private bool CreateReleaseDefinition(Project model, VstsRestAPI.Config... method CreateQueryAndWidgets (line 2256) | public void CreateQueryAndWidgets(Project model, List listQuer... method InstallExtensions (line 2642) | public bool InstallExtensions(Project model, string accountName, strin... method CreateProjetWiki (line 2729) | public void CreateProjetWiki(string templatesFolder, Project model, Co... method CreateCodeWiki (line 2810) | public void CreateCodeWiki(Project model, VstsRestAPI.Configuration _w... method CreateDeploymentGroup (line 2869) | public void CreateDeploymentGroup(string templateFolder, Project model... method GetTemplateMessage (line 2884) | [AllowAnonymous] method AddUserToProject (line 2913) | private bool AddUserToProject(Configuration con, Project model) method CreatePrincipalReqBody (line 2956) | public static string CreatePrincipalReqBody(string name) method CheckForInstalledExtensions (line 2962) | public bool CheckForInstalledExtensions(string extensionJsonFile, stri... method CreateVaribaleGroups (line 3025) | private void CreateVaribaleGroups(Project model, Configuration _variab... method WhereDoseTemplateBelongTo (line 3053) | public bool WhereDoseTemplateBelongTo(string templatName) method CreateDeliveryPlans (line 3071) | public void CreateDeliveryPlans(Project model, VstsRestAPI.Configurati... method IncludeSubAreas (line 3123) | public void IncludeSubAreas(string json, VstsRestAPI.Configuration _pr... FILE: src/VstsDemoBuilder/Services/TemplateService.cs class TemplateService (line 18) | public class TemplateService : ITemplateService method GetAllTemplates (line 21) | public List GetAllTemplates() method GetTemplatesByTags (line 66) | public List GetTemplatesByTags(string Tags) method GetTemplate (line 122) | public string GetTemplate(string TemplateName) method GetTemplateFromPath (line 151) | public string GetTemplateFromPath(string TemplateUrl, string Extracted... method ExtractZipFile (line 212) | public string ExtractZipFile(string path, string templateName) method checkTemplateDirectory (line 246) | public bool checkTemplateDirectory(string dir) method FindPrivateTemplatePath (line 276) | public string FindPrivateTemplatePath(string privateTemplatePath) method checkSelectedTemplateIsPrivate (line 301) | public string checkSelectedTemplateIsPrivate(string extractPath) method deletePrivateTemplate (line 368) | public void deletePrivateTemplate(string Template) FILE: src/VstsRestAPI/ApiServiceBase.cs class ApiServiceBase (line 7) | public abstract class ApiServiceBase method ApiServiceBase (line 23) | public ApiServiceBase(IConfiguration configuration) method GetHttpClient (line 39) | protected HttpClient GetHttpClient() method GitHubHttpClient (line 51) | protected HttpClient GitHubHttpClient() FILE: src/VstsRestAPI/Build/BuildDefinition.cs class BuildDefinition (line 11) | public class BuildDefinition : ApiServiceBase method BuildDefinition (line 13) | public BuildDefinition(IConfiguration configuration) : base(configurat... method CreateBuildDefinition (line 22) | public string[] CreateBuildDefinition(string json, string project, str... method QueueBuild (line 70) | public int QueueBuild(string json, string project) FILE: src/VstsRestAPI/Configuration.cs class Configuration (line 4) | public class Configuration : IConfiguration class ProjectConfigurations (line 22) | public class ProjectConfigurations type TemplateType (line 39) | public enum TemplateType FILE: src/VstsRestAPI/DeliveryPlans/Plans.cs class Plans (line 14) | public class Plans : ApiServiceBase method Plans (line 16) | public Plans(IConfiguration configuration) : base(configuration) { } method AddDeliveryPlan (line 24) | public APlan.Root AddDeliveryPlan(string json, string project) method UpdateDeliveryPlan (line 56) | public bool UpdateDeliveryPlan(string json, string project, string id) method GetDeliveryPlans (line 87) | public GetPlans.Root GetDeliveryPlans(string organization, string proj... method GetAPlan (line 116) | public APlan.Root GetAPlan(string organization, string project, string... FILE: src/VstsRestAPI/DeploymentGRoup/DeploymentGroup.cs class DeploymentGroup (line 6) | public class DeploymentGroup : ApiServiceBase method DeploymentGroup (line 8) | public DeploymentGroup(IConfiguration configuration) : base(configurat... method CreateDeploymentGroup (line 12) | public bool CreateDeploymentGroup(string json) FILE: src/VstsRestAPI/ExtensionManagement/GetListExtenison.cs class GetListExtenison (line 7) | public class GetListExtenison : ApiServiceBase method GetListExtenison (line 9) | public GetListExtenison(IConfiguration configuration) : base(configura... method GetInstalledExtensions (line 14) | public GetExtensions.ExtensionsList GetInstalledExtensions() FILE: src/VstsRestAPI/Extractor/ClassificationNodes.cs class ClassificationNodes (line 11) | public class ClassificationNodes : ApiServiceBase method ClassificationNodes (line 13) | public ClassificationNodes(IConfiguration configuration) : base(config... method GetiterationCount (line 16) | public GetINumIteration.Iterations GetiterationCount() method ExportTeamList (line 45) | public TeamList ExportTeamList(string defaultTeamId) method ExportBoardColums (line 89) | public HttpResponseMessage ExportBoardColums(string boardType) method ExportBoardRows (line 109) | public ExportBoardRows.Rows ExportBoardRows(string boardType) method ExportTeamSetting (line 141) | public ExportTeamSetting.Setting ExportTeamSetting() method ExportCardFields (line 173) | public HttpResponseMessage ExportCardFields(string boardType) method ExportCardStyle (line 184) | public HttpResponseMessage ExportCardStyle(string boardType) method ExportIterationsToSave (line 195) | public ExportedIterations.Iterations ExportIterationsToSave() method GetTeams (line 244) | public HttpResponseMessage GetTeams() FILE: src/VstsRestAPI/Extractor/GetBuildandReleaseDefs.cs class BuildandReleaseDefs (line 14) | public class BuildandReleaseDefs : ApiServiceBase method BuildandReleaseDefs (line 16) | public BuildandReleaseDefs(IConfiguration configuration) : base(config... method GetBuildDefCount (line 20) | public GetBuildDefResponse.BuildDef GetBuildDefCount() method GetReleaseDefCount (line 50) | public GetReleaseDefResponse.ReleaseDef GetReleaseDefCount() method GetReleaseDef (line 81) | public GetReleaseDefResponse.ReleaseDef GetReleaseDef() method ExportBuildDefinitions (line 110) | public List ExportBuildDefinitions() method GetRepoList (line 150) | public RepositoryList.Repository GetRepoList() method GetReleaseDefs (line 173) | public List GetReleaseDefs() method GetQueues (line 228) | public Dictionary GetQueues() method GetPolicyTypes (line 268) | public BranchPolicyTypes.PolicyTypes GetPolicyTypes() method CreateBranchPolicy (line 289) | public bool CreateBranchPolicy(string json, string project) FILE: src/VstsRestAPI/Extractor/GetWorkItemsCount.cs class GetWorkItemsCount (line 10) | public class GetWorkItemsCount : ApiServiceBase method GetWorkItemsCount (line 13) | public GetWorkItemsCount(IConfiguration configuration) : base(configur... class WIMapData (line 18) | public class WIMapData method GetWorkItemsfromSource (line 30) | public WorkItemFetchResponse.WorkItems GetWorkItemsfromSource(string w... method GetWorkItemsDetailInBatch (line 92) | public WorkItemFetchResponse.WorkItems GetWorkItemsDetailInBatch(strin... method GetAllWorkItemNames (line 128) | public WorkItemNames.Names GetAllWorkItemNames() FILE: src/VstsRestAPI/Extractor/ProjectProperties.cs class ProjectProperties (line 9) | public class ProjectProperties class Value (line 11) | public class Value class Properties (line 17) | public class Properties FILE: src/VstsRestAPI/Extractor/VariableGroups.cs class VariableGroups (line 10) | public class VariableGroups : ApiServiceBase method VariableGroups (line 12) | public VariableGroups(IConfiguration configuration) : base(configuration) method GetVariableGroups (line 16) | public GetVariableGroups.Groups GetVariableGroups() method PostVariableGroups (line 39) | public GetVariableGroups.VariableGroupsCreateResponse PostVariableGrou... FILE: src/VstsRestAPI/Git/GitHubImportRepo.cs class GitHubImportRepo (line 7) | public class GitHubImportRepo : ApiServiceBase method GitHubImportRepo (line 9) | public GitHubImportRepo(IConfiguration configuration) : base(configura... method GetUserDetail (line 13) | public HttpResponseMessage GetUserDetail() method ForkRepo (line 28) | public HttpResponseMessage ForkRepo(string repoName) method ListForks (line 45) | public HttpResponseMessage ListForks(string repoName) FILE: src/VstsRestAPI/Git/Repository.cs class Repository (line 11) | public class Repository : ApiServiceBase method Repository (line 13) | public Repository(IConfiguration configuration) : base(configuration) { } method GetSourceCodeFromGitHub (line 22) | public bool GetSourceCodeFromGitHub(string json, string project, strin... method GetRepositoryToDelete (line 58) | public string GetRepositoryToDelete(string project) method GetDefaultRepository (line 96) | public string[] GetDefaultRepository(string RepoName) method GetAllRepositories (line 134) | public GetAllRepositoriesResponse.Repositories GetAllRepositories() method CreateRepository (line 168) | public string[] CreateRepository(string name, string projectId) method DeleteRepository (line 214) | public bool DeleteRepository(string repositoryId) method CreatePullRequest (line 242) | public string[] CreatePullRequest(string json, string repositoryId) method CreateCommentThread (line 290) | public string CreateCommentThread(string repositorId, string pullReque... method AddCommentToThread (line 332) | public void AddCommentToThread(string repositorId, string pullRequestI... FILE: src/VstsRestAPI/IConfiguration.cs type IConfiguration (line 4) | public interface IConfiguration FILE: src/VstsRestAPI/ProjectsAndTeams/Accounts.cs class Accounts (line 8) | public class Accounts : ApiServiceBase method Accounts (line 10) | public Accounts(IConfiguration configuration) : base(configuration) { } method GetAccountMembers (line 18) | public AccountMembers.Account GetAccountMembers(string accountName, st... FILE: src/VstsRestAPI/ProjectsAndTeams/GetAllGroups.cs class GetAllGroups (line 9) | public class GetAllGroups class Value (line 11) | public class Value class GroupList (line 23) | public class GroupList FILE: src/VstsRestAPI/ProjectsAndTeams/Projects.cs class Projects (line 17) | public class Projects : ApiServiceBase method Projects (line 19) | public Projects(IConfiguration configuration) : base(configuration) { } method IsAccountHasProjects (line 25) | public bool IsAccountHasProjects() method GetListOfProjects (line 41) | public HttpResponseMessage GetListOfProjects() method CreateTeamProject (line 66) | public string CreateTeamProject(string json) method GetProjectIdByName (line 113) | public string GetProjectIdByName(string projectName) method GetProjectStateByName (line 147) | public string GetProjectStateByName(string project) method GetProjectProperties (line 184) | public ProjectProperties.Properties GetProjectProperties() FILE: src/VstsRestAPI/ProjectsAndTeams/TeamIteration.cs class TeamIterations (line 9) | public class TeamIterations class TeamIteration (line 11) | public class TeamIteration class Map (line 16) | public class Map FILE: src/VstsRestAPI/ProjectsAndTeams/Teams.cs class Teams (line 11) | public class Teams : ApiServiceBase method Teams (line 13) | public Teams(IConfiguration configuration) : base(configuration) { } method CreateNewTeam (line 21) | public GetTeamResponse.Team CreateNewTeam(string json, string project) method GetTeamMembers (line 62) | public TeamMemberResponse.TeamMembers GetTeamMembers(string projectNam... method CreateArea (line 97) | public string CreateArea(string projectName, string areaName) method SetAreaForTeams (line 143) | public bool SetAreaForTeams(string projectName, string teamName, strin... method GetTeamSetting (line 180) | public string GetTeamSetting(string projectName) method SetBackLogIterationForTeam (line 213) | public bool SetBackLogIterationForTeam(string iterationId, string proj... method GetAllIterations (line 249) | public TeamIterationsResponse.Iterations GetAllIterations(string proje... method SetIterationsForTeam (line 284) | public bool SetIterationsForTeam(string IterationId, string teamName, ... method GetTeamByName (line 323) | public TeamResponse GetTeamByName(string projectName, string teamaName) method UpdateTeamsAreas (line 357) | public bool UpdateTeamsAreas(string projectName, string json) FILE: src/VstsRestAPI/QueriesAndWidgets/Queries.cs class Queries (line 13) | public class Queries : ApiServiceBase method Queries (line 15) | public Queries(IConfiguration configuration) : base(configuration) { } method GetDashBoardId (line 23) | public string GetDashBoardId(string projectName, string teamName = null) method CreateQuery (line 70) | public QueryResponse CreateQuery(string project, string json, string t... method UpdateQuery (line 129) | public bool UpdateQuery(string query, string project, string json) method GetQueryByPathAndName (line 166) | public QueryResponse GetQueryByPathAndName(string project, string quer... method DeleteDefaultDashboard (line 195) | public bool DeleteDefaultDashboard(string project, string dashBoardId,... method CreateNewDashBoard (line 238) | public string CreateNewDashBoard(string project, string json, string t... method GetQueriesWiql (line 277) | public GetQueries.Queries GetQueriesWiql() FILE: src/VstsRestAPI/Queues/Queue.cs class Queue (line 11) | public class Queue : ApiServiceBase method Queue (line 13) | public Queue(IConfiguration configuration) : base(configuration) { } method GetQueues (line 19) | public Dictionary GetQueues() method CreateQueue (line 63) | public int CreateQueue(string name) FILE: src/VstsRestAPI/Service/ServiceEndPoint.cs class ServiceEndPoint (line 11) | public class ServiceEndPoint : ApiServiceBase method ServiceEndPoint (line 13) | public ServiceEndPoint(IConfiguration configuration) : base(configurat... method CreateServiceEndPoint (line 21) | public ServiceEndpointModel CreateServiceEndPoint(string json, string ... method GetServiceEndPoints (line 55) | public GetServiceEndpoints.ServiceEndPoint GetServiceEndPoints() FILE: src/VstsRestAPI/Services/HttpServices.cs class HttpServices (line 9) | public class HttpServices method HttpServices (line 12) | public HttpServices(Configuration config) method PatchBasic (line 24) | public HttpResponseMessage PatchBasic() method Post (line 39) | public dynamic Post(string json, string uriparams) method Get (line 54) | public HttpResponseMessage Get(string request) method Put (line 69) | public HttpResponseMessage Put() FILE: src/VstsRestAPI/TestManagement/TestManagement.cs class TestManagement (line 10) | public class TestManagement : ApiServiceBase method TestManagement (line 12) | public TestManagement(IConfiguration configuration) : base(configurati... method CreateTestPlan (line 21) | public string[] CreateTestPlan(string json, string project) method CreatTestSuite (line 63) | public string[] CreatTestSuite(string json, string testPlan, string pr... method AddTestCasesToSuite (line 112) | public bool AddTestCasesToSuite(string testCases, string testPlan, str... FILE: src/VstsRestAPI/Utility.cs class Utility (line 10) | public class Utility method GeterroMessage (line 12) | public static string GeterroMessage(string Exception) FILE: src/VstsRestAPI/Viewmodel/BaseViewModel.cs class BaseViewModel (line 10) | public class BaseViewModel FILE: src/VstsRestAPI/Viewmodel/BranchPolicy/BranchPolicy.cs class BranchPolicy (line 9) | public class BranchPolicy class Policy (line 11) | public class Policy class Scope (line 21) | public class Scope class Settings (line 28) | public class Settings class Type (line 38) | public class Type FILE: src/VstsRestAPI/Viewmodel/BranchPolicy/BranchPolicyTypes.cs class BranchPolicyTypes (line 9) | public class BranchPolicyTypes class Links (line 11) | public class Links class PolicyTypes (line 16) | public class PolicyTypes class Self (line 22) | public class Self class Value (line 27) | public class Value FILE: src/VstsRestAPI/Viewmodel/Build/BuildGetListofBuildDefinitionsResponse.cs class BuildGetListofBuildDefinitionsResponse (line 9) | public class BuildGetListofBuildDefinitionsResponse class Definitions (line 12) | public class Definitions : BaseViewModel class Value (line 18) | public class Value class Authoredby (line 33) | public class Authoredby class Queue (line 42) | public class Queue class Pool (line 49) | public class Pool class Project (line 55) | public class Project FILE: src/VstsRestAPI/Viewmodel/Extractor/BoardColumnResponseAgile.cs class BoardColumnResponseAgile (line 5) | public class BoardColumnResponseAgile class StateMappings (line 7) | public class StateMappings class Value (line 19) | public class Value class ColumnResponse (line 29) | public class ColumnResponse FILE: src/VstsRestAPI/Viewmodel/Extractor/BoardColumnResponseBasic.cs class BoardColumnResponseBasic (line 10) | public class BoardColumnResponseBasic class StateMappings (line 12) | public class StateMappings class Value (line 20) | public class Value class ColumnResponse (line 30) | public class ColumnResponse FILE: src/VstsRestAPI/Viewmodel/Extractor/BoardColumnResponseScrum.cs class BoardColumnResponseScrum (line 6) | public class BoardColumnResponseScrum class StateMappings (line 8) | public class StateMappings class Value (line 20) | public class Value class ColumnResponse (line 30) | public class ColumnResponse FILE: src/VstsRestAPI/Viewmodel/Extractor/BuildDefinitionResponse.cs class BuildDefinitionResponse (line 9) | public class BuildDefinitionResponse class Build (line 11) | public class Build class Value (line 16) | public class Value FILE: src/VstsRestAPI/Viewmodel/Extractor/BuildDefinitions.cs class BuildDefinitions (line 10) | public class BuildDefinitions class Task (line 12) | public class Task class Inputs (line 19) | public class Inputs class Inputs1 (line 106) | public class Inputs1 class Build (line 116) | public class Build class Definition (line 127) | public class Definition class Option (line 132) | public class Option class SystemDebug (line 139) | public class SystemDebug class BuildConfiguration (line 145) | public class BuildConfiguration class BuildPlatform (line 151) | public class BuildPlatform class Variables (line 157) | public class Variables class RetentionRule (line 165) | public class RetentionRule class Properties (line 176) | public class Properties class Repository (line 182) | public class Repository class Pool (line 194) | public class Pool class Queue (line 199) | public class Queue class BuildDefinition (line 205) | public class BuildDefinition FILE: src/VstsRestAPI/Viewmodel/Extractor/ExportBoardRows.cs class ExportBoardRows (line 5) | public class ExportBoardRows class Value (line 7) | public class Value class Rows (line 13) | public class Rows FILE: src/VstsRestAPI/Viewmodel/Extractor/GetBuildDefResponse.cs class GetBuildDefResponse (line 9) | public class GetBuildDefResponse class Project (line 11) | public class Project class Value (line 22) | public class Value class BuildDef (line 27) | public class BuildDef FILE: src/VstsRestAPI/Viewmodel/Extractor/GetExtensions.cs class GetExtensions (line 9) | public class GetExtensions class Value (line 11) | public class Value class ExtensionsList (line 20) | public class ExtensionsList FILE: src/VstsRestAPI/Viewmodel/Extractor/GetINumIteration.cs class GetINumIteration (line 9) | public class GetINumIteration class Attributes (line 11) | public class Attributes class Value (line 18) | public class Value class Iterations (line 27) | public class Iterations FILE: src/VstsRestAPI/Viewmodel/Extractor/GetProcessTemplate.cs class GetProcessTemplate (line 10) | public class GetProcessTemplate class Properties (line 12) | public class Properties class PTemplate (line 22) | public class PTemplate FILE: src/VstsRestAPI/Viewmodel/Extractor/GetQueries.cs class GetQueries (line 6) | public class GetQueries class Child1 (line 8) | public class Child1 class Child (line 17) | public class Child class Value (line 28) | public class Value class Queries (line 39) | public class Queries FILE: src/VstsRestAPI/Viewmodel/Extractor/GetReleaseDefResponse.cs class GetReleaseDefResponse (line 9) | public class GetReleaseDefResponse class Avatar (line 11) | public class Avatar class Links (line 16) | public class Links class CreatedBy (line 21) | public class CreatedBy class ModifiedBy (line 32) | public class ModifiedBy class Properties (line 42) | public class Properties class Value (line 46) | public class Value class ReleaseDef (line 64) | public class ReleaseDef FILE: src/VstsRestAPI/Viewmodel/Extractor/GetServiceEndpoints.cs class GetServiceEndpoints (line 5) | public class GetServiceEndpoints class Data (line 7) | public class Data class Parameters (line 26) | public class Parameters class Authorization (line 55) | public class Authorization class Value (line 61) | public class Value class ServiceEndPoint (line 73) | public class ServiceEndPoint FILE: src/VstsRestAPI/Viewmodel/Extractor/GetTeamSetting.cs class ExportTeamSetting (line 6) | public class ExportTeamSetting class BacklogVisibilities (line 8) | public class BacklogVisibilities class Setting (line 17) | public class Setting FILE: src/VstsRestAPI/Viewmodel/Extractor/GetVariableGroups.cs class GetVariableGroups (line 6) | public class GetVariableGroups class Value (line 8) | public class Value class Groups (line 17) | public class Groups class VariableGroupsCreateResponse (line 23) | public class VariableGroupsCreateResponse FILE: src/VstsRestAPI/Viewmodel/Extractor/GetWorkItemsResponse.cs class GetWorkItemsResponse (line 9) | public class GetWorkItemsResponse class Results (line 11) | public class Results : BaseViewModel class Column (line 20) | public class Column class Workitem (line 27) | public class Workitem FILE: src/VstsRestAPI/Viewmodel/Extractor/Iterations.cs class ExportIterations (line 6) | public class ExportIterations class Value (line 8) | public class Value class Iterations (line 13) | public class Iterations class ExportedIterations (line 20) | public class ExportedIterations class Child (line 22) | public class Child class Iterations (line 29) | public class Iterations FILE: src/VstsRestAPI/Viewmodel/Extractor/IterationtoSave.cs class IterationtoSave (line 9) | public class IterationtoSave class Nodes (line 11) | public class Nodes class Child (line 19) | public class Child class Child1 (line 27) | public class Child1 class Child2 (line 35) | public class Child2 class Child3 (line 42) | public class Child3 class ItearationList (line 50) | public class ItearationList class Child (line 52) | public class Child class Iterations (line 59) | public class Iterations FILE: src/VstsRestAPI/Viewmodel/Extractor/KeyConfig.cs class KeyConfig (line 5) | public class KeyConfig class Keys (line 7) | public class Keys FILE: src/VstsRestAPI/Viewmodel/Extractor/ProjectSetting.cs class ProjectSetting (line 9) | public class ProjectSetting FILE: src/VstsRestAPI/Viewmodel/Extractor/ReleaseDefCountResponse.cs class ReleaseDefCountResponse (line 9) | public class ReleaseDefCountResponse class ReleaseDefinition (line 11) | public class ReleaseDefinition class Value (line 16) | public class Value class Release (line 24) | public class Release FILE: src/VstsRestAPI/Viewmodel/Extractor/ReleaseDefResponse.cs class ReleaseDefResponse (line 11) | public class ReleaseDefResponse class HostingPlan (line 13) | public class HostingPlan class ResourceGroupName (line 18) | public class ResourceGroupName class ServerName (line 23) | public class ServerName class Variables (line 28) | public class Variables class Owner (line 35) | public class Owner class PreApproval (line 42) | public class PreApproval class PreDeployApprovals (line 49) | public class PreDeployApprovals class DeployStep (line 54) | public class DeployStep class PostApproval (line 58) | public class PostApproval class PostDeployApprovals (line 65) | public class PostDeployApprovals class ParallelExecution (line 70) | public class ParallelExecution class ArtifactsDownloadInput (line 75) | public class ArtifactsDownloadInput class OverrideInputs (line 80) | public class OverrideInputs class DeploymentInput (line 84) | public class DeploymentInput class Inputs (line 98) | public class Inputs class WorkflowTask (line 235) | public class WorkflowTask class DeployPhas (line 251) | public class DeployPhas class EnvironmentOptions (line 260) | public class EnvironmentOptions class Condition (line 270) | public class Condition class ExecutionPolicy (line 277) | public class ExecutionPolicy class RetentionPolicy (line 283) | public class RetentionPolicy class ProcessParameters (line 290) | public class ProcessParameters class Properties (line 294) | public class Properties class PreDeploymentGates (line 298) | public class PreDeploymentGates class PostDeploymentGates (line 304) | public class PostDeploymentGates class Environment (line 310) | public class Environment class DefaultVersionBranch (line 333) | public class DefaultVersionBranch class DefaultVersionSpecific (line 338) | public class DefaultVersionSpecific class DefaultVersionTags (line 343) | public class DefaultVersionTags class DefaultVersionType (line 348) | public class DefaultVersionType class Definition (line 354) | public class Definition class Project (line 359) | public class Project class DefinitionReference (line 364) | public class DefinitionReference class Artifact (line 374) | public class Artifact class TriggerCondition (line 383) | public class TriggerCondition class Trigger (line 390) | public class Trigger class Web (line 396) | public class Web class Response (line 400) | public class Response FILE: src/VstsRestAPI/Viewmodel/Extractor/RepositoryList.cs class RepositoryList (line 9) | public class RepositoryList class Project (line 11) | public class Project class Value (line 17) | public class Value class Repository (line 23) | public class Repository FILE: src/VstsRestAPI/Viewmodel/Extractor/Teams.cs class Value (line 6) | public class Value class TeamList (line 14) | public class TeamList FILE: src/VstsRestAPI/Viewmodel/Extractor/WorkItemFetchResponse.cs class WorkItemFetchResponse (line 10) | public class WorkItemFetchResponse class WorkItems (line 12) | public class WorkItems : BaseViewModel class Value (line 19) | public class Value class Fields (line 30) | public class Fields class Relations (line 98) | public class Relations class Attributes (line 105) | public class Attributes FILE: src/VstsRestAPI/Viewmodel/Extractor/WorkItemNames.cs class WorkItemNames (line 5) | public class WorkItemNames class Value (line 7) | public class Value class Names (line 14) | public class Names FILE: src/VstsRestAPI/Viewmodel/GitHub/ForkRepos.cs class ForkRepos (line 5) | public class ForkRepos class Repository (line 7) | public class Repository class Fork (line 13) | public class Fork FILE: src/VstsRestAPI/Viewmodel/GitHub/GitHubRepoResponse.cs class GitHubRepoResponse (line 9) | public class GitHubRepoResponse class Owner (line 11) | public class Owner class RepoCreated (line 34) | public class RepoCreated FILE: src/VstsRestAPI/Viewmodel/Importer/ImportBoardColumns.cs class ImportBoardColumns (line 6) | public class ImportBoardColumns class StateMappings (line 8) | public class StateMappings class Value (line 27) | public class Value class ImportBoardCols (line 37) | public class ImportBoardCols FILE: src/VstsRestAPI/Viewmodel/Importer/ImportBoardRows.cs class ImportBoardRows (line 5) | public class ImportBoardRows class Value (line 7) | public class Value class Rows (line 13) | public class Rows FILE: src/VstsRestAPI/Viewmodel/Importer/ImportCardFields.cs class ImportCardFields (line 6) | public class ImportCardFields class Epic (line 8) | public class Epic class Feature (line 14) | public class Feature class ProductBacklogItem (line 20) | public class ProductBacklogItem class Issue (line 25) | public class Issue class Bug (line 30) | public class Bug class UserStory (line 35) | public class UserStory class Cards (line 41) | public class Cards class CardFields (line 60) | public class CardFields FILE: src/VstsRestAPI/Viewmodel/Importer/ImpotCardStyle.cs class CardStyle (line 6) | public class CardStyle class Claus (line 8) | public class Claus class Settings (line 18) | public class Settings class Fill (line 27) | public class Fill class TagStyle (line 36) | public class TagStyle class Rules (line 43) | public class Rules class Style (line 49) | public class Style FILE: src/VstsRestAPI/Viewmodel/Importer/IncludeSubAreas.cs class IncludeSubAreas (line 9) | public class IncludeSubAreas class Root (line 11) | public class Root class Value (line 17) | public class Value FILE: src/VstsRestAPI/Viewmodel/Plans/APlan.cs class APlan (line 10) | public class APlan class CardSettings (line 12) | public class CardSettings class Clause (line 17) | public class Clause class CoreField (line 25) | public class CoreField class Criterion (line 33) | public class Criterion class Fields (line 41) | public class Fields class Marker (line 55) | public class Marker class Properties (line 62) | public class Properties class Root (line 72) | public class Root class Settings (line 81) | public class Settings class StyleSetting (line 90) | public class StyleSetting class TagStyleSetting (line 99) | public class TagStyleSetting class TeamBacklogMapping (line 106) | public class TeamBacklogMapping FILE: src/VstsRestAPI/Viewmodel/Plans/DeliveryPlans.cs class DeliveryPlans (line 9) | public class DeliveryPlans class GetPlans (line 11) | public class GetPlans class Root (line 13) | public class Root class Value (line 19) | public class Value FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/AccountMembers.cs class AccountMembers (line 9) | public class AccountMembers class Self (line 11) | public class Self class Memberships (line 16) | public class Memberships class Links (line 21) | public class Links class Member (line 27) | public class Member class AccessLevel (line 43) | public class AccessLevel class Value (line 52) | public class Value class Account (line 62) | public class Account FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/GetTeamResponse.cs class GetTeamResponse (line 9) | public class GetTeamResponse class Team (line 11) | public class Team : BaseViewModel FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/ListofProjectsResponse.cs class ProjectsResponse (line 5) | public class ProjectsResponse class ProjectResult (line 7) | public class ProjectResult : BaseViewModel class Value (line 14) | public class Value FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/TeamIterationsResponse.cs class TeamIterationsResponse (line 9) | public class TeamIterationsResponse class Child (line 11) | public class Child class Value (line 20) | public class Value class Iterations (line 30) | public class Iterations FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/TeamMemberResponse.cs class TeamMemberResponse (line 9) | public class TeamMemberResponse class Identity (line 11) | public class Identity class Value (line 21) | public class Value class TeamMembers (line 26) | public class TeamMembers FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/TeamResponse.cs class TeamResponse (line 10) | public class TeamResponse class RootTeams (line 16) | public class RootTeams class Value (line 22) | public class Value FILE: src/VstsRestAPI/Viewmodel/ProjectAndTeams/TeamSettingResponse.cs class TeamSettingResponse (line 9) | public class TeamSettingResponse class BacklogIteration (line 11) | public class BacklogIteration class DefaultIteration (line 18) | public class DefaultIteration class Project (line 25) | public class Project class TeamSetting (line 29) | public class TeamSetting FILE: src/VstsRestAPI/Viewmodel/QueriesAndWidgets/DashBoardeTagResponse.cs class DashBoardeTagResponse (line 9) | public class DashBoardeTagResponse class Dashboard (line 11) | public class Dashboard FILE: src/VstsRestAPI/Viewmodel/QueriesAndWidgets/DashboardResponse.cs class DashboardResponse (line 9) | public class DashboardResponse class Dashboard (line 11) | public class Dashboard : BaseViewModel class Value (line 15) | public class Value FILE: src/VstsRestAPI/Viewmodel/QueriesAndWidgets/QueryResponse.cs class QueryResponse (line 9) | public class QueryResponse FILE: src/VstsRestAPI/Viewmodel/Queue/QueueModel.cs class QueueModel (line 9) | public class QueueModel : BaseViewModel class Value (line 15) | public class Value class Pool (line 22) | public class Pool class AgentQueueModel (line 28) | public class AgentQueueModel FILE: src/VstsRestAPI/Viewmodel/ReleaseDefinition/ReleaseDefinitions.cs class ReleaseDefinitions (line 10) | public class ReleaseDefinitions class ReleaseDefinition (line 12) | public class ReleaseDefinition class Variables (line 24) | public class Variables class Owner (line 28) | public class Owner class Approver (line 34) | public class Approver class Approval (line 40) | public class Approval class PreDeployApprovals (line 47) | public class PreDeployApprovals class Environment (line 52) | public class Environment class DeployStep (line 71) | public class DeployStep class DeploymentInput (line 76) | public class DeploymentInput class DeployPhas (line 87) | public class DeployPhas class EnvironmentOptions (line 96) | public class EnvironmentOptions class Condition (line 105) | public class Condition class ExecutionPolicy (line 112) | public class ExecutionPolicy class RetentionPolicy (line 118) | public class RetentionPolicy class PostDeployApprovals (line 124) | public class PostDeployApprovals class ParallelExecution (line 129) | public class ParallelExecution class Task (line 135) | public class Task class Artifact (line 147) | public class Artifact class Inputs (line 155) | public class Inputs class DefinitionReference (line 279) | public class DefinitionReference class Definition (line 284) | public class Definition class Project (line 290) | public class Project class Trigger (line 295) | public class Trigger FILE: src/VstsRestAPI/Viewmodel/ReleaseDefinition/ReleaseDefinitionsResponse.cs class ReleaseDefinitionsResponse (line 9) | public class ReleaseDefinitionsResponse class Release (line 11) | public class Release class Value (line 16) | public class Value FILE: src/VstsRestAPI/Viewmodel/Repository/GetAllRepositoriesResponse.cs class GetAllRepositoriesResponse (line 9) | public class GetAllRepositoriesResponse class Repositories (line 11) | public class Repositories : BaseViewModel class Project (line 17) | public class Project class Value (line 27) | public class Value FILE: src/VstsRestAPI/Viewmodel/Repository/PullRequestComments.cs class PullRequestComments (line 10) | public class PullRequestComments class Comment (line 12) | public class Comment class reply (line 18) | public class reply class MicrosoftTeamFoundationDiscussionSupportsMarkdown (line 25) | public class MicrosoftTeamFoundationDiscussionSupportsMarkdown class Properties (line 31) | public class Properties class IterationContext (line 36) | public class IterationContext class PullRequestThreadContext (line 41) | public class PullRequestThreadContext class RightFileStart (line 46) | public class RightFileStart class RightFileEnd (line 52) | public class RightFileEnd class ThreadContext (line 58) | public class ThreadContext class Value (line 64) | public class Value class Comments (line 74) | public class Comments FILE: src/VstsRestAPI/Viewmodel/Service/ServiceEndpointModel.cs class Data (line 10) | public class Data class CreatedBy (line 14) | public class CreatedBy class Authorization (line 21) | public class Authorization class ServiceEndpointModel (line 26) | public class ServiceEndpointModel FILE: src/VstsRestAPI/Viewmodel/Sprint/SprintResponse.cs class SprintResponse (line 9) | public class SprintResponse class Attributes (line 11) | public class Attributes class Value (line 18) | public class Value class Sprints (line 27) | public class Sprints FILE: src/VstsRestAPI/Viewmodel/Wiki/CodewikiResponse.cs class CodewikiResponse (line 9) | public class CodewikiResponse class Version (line 11) | public class Version class Projectwiki (line 16) | public class Projectwiki FILE: src/VstsRestAPI/Viewmodel/Wiki/ProjectwikiResponse.cs class ProjectwikiResponse (line 9) | public class ProjectwikiResponse class Version (line 11) | public class Version class Projectwiki (line 16) | public class Projectwiki FILE: src/VstsRestAPI/Viewmodel/WorkItem/BatchRequest.cs class BatchRequest (line 5) | public class BatchRequest class Value (line 13) | public class Value class Attributes (line 20) | public class Attributes FILE: src/VstsRestAPI/Viewmodel/WorkItem/CardStylesPatch.cs class CardStylesPatch (line 10) | public class CardStylesPatch class ListofCardStyles (line 12) | public class ListofCardStyles class Rules (line 18) | public class Rules : BaseViewModel class Fill (line 26) | public class Fill class TagStyle (line 35) | public class TagStyle FILE: src/VstsRestAPI/Viewmodel/WorkItem/ColumnPost.cs class Scrum (line 5) | public class Scrum class Columns (line 7) | public class Columns class StateMappings (line 18) | public class StateMappings class Agile (line 35) | public class Agile class StateMappings (line 37) | public class StateMappings class Columns (line 45) | public class Columns FILE: src/VstsRestAPI/Viewmodel/WorkItem/CreateUpdateNodeViewModel.cs class CreateUpdateNodeViewModel (line 9) | public class CreateUpdateNodeViewModel class Node (line 11) | public class Node : BaseViewModel class Attributes (line 18) | public class Attributes FILE: src/VstsRestAPI/Viewmodel/WorkItem/GetBoardColumnResponse.cs class GetBoardColumnResponse (line 10) | public class GetBoardColumnResponse class ColumnResponse (line 12) | public class ColumnResponse : BaseViewModel class Value (line 20) | public class Value class Fields (line 31) | public class Fields class Field (line 38) | public class Field class StateMappings (line 44) | public class StateMappings FILE: src/VstsRestAPI/Viewmodel/WorkItem/GetBoardColumnResponseAgile.cs class GetBoardColumnResponseAgile (line 5) | public class GetBoardColumnResponseAgile class ColumnResponse (line 7) | public class ColumnResponse : BaseViewModel class Value (line 14) | public class Value class Fields (line 25) | public class Fields class Field (line 32) | public class Field class StateMappings (line 38) | public class StateMappings FILE: src/VstsRestAPI/Viewmodel/WorkItem/GetCardFieldResponse.cs class GetCardFieldResponse (line 10) | public class GetCardFieldResponse class ListofCards (line 12) | public class ListofCards class Cards (line 17) | public class Cards : BaseViewModel class GetCardFieldResponseAgile (line 25) | public class GetCardFieldResponseAgile class ListofCards (line 27) | public class ListofCards class Cards (line 32) | public class Cards : BaseViewModel FILE: src/VstsRestAPI/Viewmodel/WorkItem/GetNodeResponse.cs class GetNodeResponse (line 5) | public class GetNodeResponse class Node (line 7) | public class Node : BaseViewModel class Attributes (line 18) | public class Attributes class _Links (line 24) | public class _Links class Self (line 30) | public class Self class Parent (line 35) | public class Parent FILE: src/VstsRestAPI/Viewmodel/WorkItem/GetNodesResponse.cs class GetNodesResponse (line 6) | public class GetNodesResponse class Nodes (line 8) | public class Nodes : BaseViewModel class _Links (line 19) | public class _Links class Self (line 24) | public class Self class Child (line 29) | public class Child class Child1 (line 39) | public class Child1 class Attributes (line 49) | public class Attributes FILE: src/VstsRestAPI/Viewmodel/WorkItem/GetWorkItemsResponse.cs class GetWorkItemsResponse (line 9) | public class GetWorkItemsResponse class Results (line 11) | public class Results : BaseViewModel class Column (line 20) | public class Column class Workitem (line 27) | public class Workitem FILE: src/VstsRestAPI/Viewmodel/WorkItem/ImportWorkItemModel.cs class ImportWorkItemModel (line 10) | public class ImportWorkItemModel class WorkItems (line 12) | public class WorkItems : BaseViewModel class Value (line 19) | public class Value class Fields (line 30) | public class Fields class Relations (line 98) | public class Relations class Attributes (line 105) | public class Attributes FILE: src/VstsRestAPI/Viewmodel/WorkItem/ReturnException.cs class ReturnException (line 9) | class ReturnException FILE: src/VstsRestAPI/Viewmodel/WorkItem/SetEpicSettings.cs class SetEpicSettings (line 10) | public class SetEpicSettings class Epiclist (line 12) | public class Epiclist class BacklogVisibilities (line 19) | public class BacklogVisibilities : BaseViewModel FILE: src/VstsRestAPI/Viewmodel/WorkItem/WorkItemBatchPostResponse.cs class WorkItemBatchPostResponse (line 10) | public class WorkItemBatchPostResponse class Value (line 16) | public class Value FILE: src/VstsRestAPI/Viewmodel/WorkItem/WorkItemPatch.cs class WorkItemPatch (line 9) | class WorkItemPatch class Field (line 11) | public class Field class Value (line 18) | public class Value class Attributes (line 25) | public class Attributes FILE: src/VstsRestAPI/Viewmodel/WorkItem/WorkItemPatchResponse.cs class WorkItemPatchResponse (line 10) | public class WorkItemPatchResponse class WorkItem (line 13) | public class WorkItem : BaseViewModel class Fields (line 23) | public class Fields class _Links (line 80) | public class _Links class Self (line 91) | public class Self class Workitemupdates (line 96) | public class Workitemupdates class Workitemrevisions (line 101) | public class Workitemrevisions class Workitemhistory (line 106) | public class Workitemhistory class Html (line 111) | public class Html class Workitemtype (line 116) | public class Workitemtype class Fields1 (line 121) | public class Fields1 class Relation (line 126) | public class Relation class Attributes (line 133) | public class Attributes FILE: src/VstsRestAPI/Wiki/ManageWiki.cs class ManageWiki (line 10) | public class ManageWiki : ApiServiceBase method ManageWiki (line 12) | public ManageWiki(IConfiguration configuration) : base(configuration) { } method CreateProjectWiki (line 20) | public ProjectwikiResponse.Projectwiki CreateProjectWiki(string jsonSt... method CreateUpdatePages (line 61) | public bool CreateUpdatePages(string jsonString, string projectName, s... method MovePages (line 94) | public bool MovePages(string jsonString, string projectName, string Wi... method DeletePage (line 126) | public bool DeletePage(string projectName, string WikiId, string path) method CreateCodeWiki (line 157) | public bool CreateCodeWiki(string jsonString) FILE: src/VstsRestAPI/WorkItemAndTracking/BoardColumn.cs class BoardColumn (line 12) | public partial class BoardColumn : ApiServiceBase method BoardColumn (line 15) | public BoardColumn(IConfiguration configuration) : base(configuration)... method UpdateBoard (line 23) | public bool UpdateBoard(string projectName, string json, string boardT... method GetBoardColumns (line 101) | public GetBoardColumnResponse.ColumnResponse GetBoardColumns(string pr... method GetBoardColumnsAgile (line 130) | public GetBoardColumnResponseAgile.ColumnResponse GetBoardColumnsAgile... method IncludeSubAreas (line 161) | public void IncludeSubAreas(string json, VstsRestAPI.Configuration _pr... FILE: src/VstsRestAPI/WorkItemAndTracking/Cards.cs class Cards (line 10) | public class Cards : ApiServiceBase method Cards (line 12) | public Cards(IConfiguration configuration) : base(configuration) { } method UpdateCardField (line 20) | public void UpdateCardField(string projectName, string json, string bo... method ApplyRules (line 58) | public void ApplyRules(string projectName, string json, string boardTy... method EnablingEpic (line 100) | public void EnablingEpic(string projectName, string json, string proje... FILE: src/VstsRestAPI/WorkItemAndTracking/ClassificationNodes.cs class ClassificationNodes (line 14) | public partial class ClassificationNodes : ApiServiceBase method ClassificationNodes (line 16) | public ClassificationNodes(IConfiguration configuration) : base(config... method GetIterations (line 23) | public GetNodesResponse.Nodes GetIterations(string projectName) method CreateIteration (line 55) | public GetNodeResponse.Node CreateIteration(string projectName, string... method MoveIteration (line 98) | public GetNodeResponse.Node MoveIteration(string projectName, string t... method UpdateIterationDates (line 141) | public bool UpdateIterationDates(string projectName, string templateTy... method UpdateIterationDates (line 250) | public GetNodeResponse.Node UpdateIterationDates(string project, strin... method RenameIteration (line 310) | public bool RenameIteration(string projectName, Dictionary ImportWorkitems(Dictionary dicW... method PrepareAndUpdateTarget (line 109) | public bool PrepareAndUpdateTarget(string workItemType, string workImp... method UpdateWorkIteminTarget (line 288) | public bool UpdateWorkIteminTarget(string workItemType, string old_wi_... method UpdateWorkItemLinks (line 339) | public bool UpdateWorkItemLinks(string workItemTemplateJson) method UpdateLink (line 476) | public bool UpdateLink(string workItemType, string witoUpdate, object[... method UploadAttchment (line 508) | public string UploadAttchment(string filePath, string fileName) class WIMapData (line 544) | public class WIMapData FILE: src/VstsRestAPI/WorkItemAndTracking/IssueWI.cs class IssueWI (line 8) | public class IssueWI method CreateIssueWI (line 14) | public void CreateIssueWI(string credential, string version, string ur... method CreateReportWI (line 40) | public void CreateReportWI(string credential, string version, string u... FILE: src/VstsRestAPI/WorkItemAndTracking/SwimLanes.cs class SwimLanes (line 8) | public class SwimLanes : ApiServiceBase method SwimLanes (line 10) | public SwimLanes(IConfiguration configuration) : base(configuration) { } method UpdateSwimLanes (line 18) | public bool UpdateSwimLanes(string json, string projectName, string bo... FILE: src/VstsRestAPI/WorkItemAndTracking/WorkItem.cs class WorkItem (line 12) | public partial class WorkItem : ApiServiceBase method WorkItem (line 14) | public WorkItem(IConfiguration configuration) : base(configuration) { } method CreateWorkItemUsingByPassRules (line 22) | public bool CreateWorkItemUsingByPassRules(string projectName, string ... method UpdateWorkItemUsingByPassRules (line 84) | public bool UpdateWorkItemUsingByPassRules(string json, string project... method GetListOfWorkItems_ByWiql (line 211) | public GetWorkItemsResponse.Results GetListOfWorkItems_ByWiql(string p...