mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-15 18:54:36 +00:00
chore(default-contexts): made default contexts private
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -94,10 +94,10 @@
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Properties</h3>
|
||||
<h3>Accessors</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><a href="root.contextmanager.html#defaultcomputecontexts" class="tsd-kind-icon">defaultComputeContexts</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><a href="root.contextmanager.html#defaultlaunchercontexts" class="tsd-kind-icon">defaultLauncherContexts</a></li>
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class"><a href="root.contextmanager.html#getdefaultcomputecontexts" class="tsd-kind-icon">getDefaultComputeContexts</a></li>
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class"><a href="root.contextmanager.html#getdefaultlaunchercontexts" class="tsd-kind-icon">getDefaultLauncherContexts</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section ">
|
||||
@@ -131,8 +131,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L32">
|
||||
ContextManager.ts:32
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L39">
|
||||
ContextManager.ts:39
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -170,34 +170,48 @@
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
||||
<a name="defaultcomputecontexts" class="tsd-anchor"></a>
|
||||
<h3>default<wbr>Compute<wbr>Contexts</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">default<wbr>Compute<wbr>Contexts<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ['CAS Formats service compute context','Data Mining compute context','Import 9 service compute context','SAS Job Execution compute context','SAS Model Manager compute context','SAS Studio compute context','SAS Visual Forecasting compute context']</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L12">
|
||||
ContextManager.ts:12
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h2>Accessors</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class">
|
||||
<a name="getdefaultcomputecontexts" class="tsd-anchor"></a>
|
||||
<h3>get<wbr>Default<wbr>Compute<wbr>Contexts</h3>
|
||||
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
|
||||
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> getDefaultComputeContexts<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L34">
|
||||
ContextManager.ts:34
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
||||
<a name="defaultlaunchercontexts" class="tsd-anchor"></a>
|
||||
<h3>default<wbr>Launcher<wbr>Contexts</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">default<wbr>Launcher<wbr>Contexts<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ['CAS Formats service launcher context','Data Mining launcher context','Import 9 service launcher context','Job Flow Execution launcher context','SAS Job Execution launcher context','SAS Model Manager launcher context','SAS Studio launcher context','SAS Visual Forecasting launcher context']</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L21">
|
||||
ContextManager.ts:21
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class">
|
||||
<a name="getdefaultlaunchercontexts" class="tsd-anchor"></a>
|
||||
<h3>get<wbr>Default<wbr>Launcher<wbr>Contexts</h3>
|
||||
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
|
||||
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> getDefaultLauncherContexts<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L37">
|
||||
ContextManager.ts:37
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
@@ -213,8 +227,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L95">
|
||||
ContextManager.ts:95
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L102">
|
||||
ContextManager.ts:102
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -255,8 +269,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L196">
|
||||
ContextManager.ts:196
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L203">
|
||||
ContextManager.ts:203
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -291,8 +305,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L447">
|
||||
ContextManager.ts:447
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L454">
|
||||
ContextManager.ts:454
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -321,8 +335,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L250">
|
||||
ContextManager.ts:250
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L257">
|
||||
ContextManager.ts:257
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -354,8 +368,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L351">
|
||||
ContextManager.ts:351
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L358">
|
||||
ContextManager.ts:358
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -384,8 +398,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L323">
|
||||
ContextManager.ts:323
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L330">
|
||||
ContextManager.ts:330
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -414,8 +428,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L41">
|
||||
ContextManager.ts:41
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L48">
|
||||
ContextManager.ts:48
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -441,8 +455,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L373">
|
||||
ContextManager.ts:373
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L380">
|
||||
ContextManager.ts:380
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -471,8 +485,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L68">
|
||||
ContextManager.ts:68
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L75">
|
||||
ContextManager.ts:75
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -498,8 +512,8 @@
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L514">
|
||||
ContextManager.ts:514
|
||||
<a href="https://github.com/sasjs/adapter/blob/master/src/ContextManager.ts#L521">
|
||||
ContextManager.ts:521
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -537,11 +551,11 @@
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class">
|
||||
<a href="root.contextmanager.html#constructor" class="tsd-kind-icon">constructor</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class">
|
||||
<a href="root.contextmanager.html#defaultcomputecontexts" class="tsd-kind-icon">default<wbr>Compute<wbr>Contexts</a>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
|
||||
<a href="root.contextmanager.html#getdefaultcomputecontexts" class="tsd-kind-icon">get<wbr>Default<wbr>Compute<wbr>Contexts</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class">
|
||||
<a href="root.contextmanager.html#defaultlaunchercontexts" class="tsd-kind-icon">default<wbr>Launcher<wbr>Contexts</a>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
|
||||
<a href="root.contextmanager.html#getdefaultlaunchercontexts" class="tsd-kind-icon">get<wbr>Default<wbr>Launcher<wbr>Contexts</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class">
|
||||
<a href="root.contextmanager.html#createcomputecontext" class="tsd-kind-icon">create<wbr>Compute<wbr>Context</a>
|
||||
|
||||
Reference in New Issue
Block a user