Skip to content

Commit

Permalink
Removed the scanType parameter (#210)
Browse files Browse the repository at this point in the history
* ScanType Parameter removal
  • Loading branch information
vishalhcl-5960 authored Apr 29, 2024
1 parent e02084d commit 7f97ca1
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ public Map<String, String> getProperties(VariableResolver<String> resolver) thro
}
}
properties.put(LOGIN_TYPE,m_loginType);
properties.put(SCAN_TYPE, m_scanType);
properties.put(TEST_OPTIMIZATION_LEVEL, m_optimization);
if (!m_presenceId.equals(EMPTY)) {
properties.put(PRESENCE_ID, m_presenceId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ LICENSE: Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0
</f:entry>

<f:optionalBlock title="${%label.additional.options}" field="hasOptions" inline="true">

<f:entry title="${%label.scan.type}" field="scanType">
<f:select />
</f:entry>

<f:entry title="${%label.scan.optimization}" field="optimization">
<f:select />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 7f97ca1

Please sign in to comment.