book
  • README
  • cheatsheet
    • bash
      • builtin
      • syntactic sugar
      • cmd
      • havefun
    • text-processing
      • awk
      • sed
      • html
      • json
      • regex
      • unicode
    • osx
    • curl
    • tricky
    • widget
    • proxy
    • colors
    • math
    • media
    • ssl
      • keystore
      • verification
      • server
      • client
      • tricky
    • windows
      • powershell
      • choco
      • wsl
      • wt
      • shortcut
      • clsid
      • env
      • shell:folder
  • vim
    • nvim
    • install
    • color
    • plugins
      • usage
      • other plugins
      • deprecated
    • tricky
    • viml
    • windows
    • troubleshooting
  • devops
    • admin tools
    • ssh
    • git
      • config
      • alias
      • submodule
      • eol
      • example
      • gerrit
        • gerrit API
      • github
      • troubleshooting
      • tricky
      • statistics
    • pre-commit
    • release-tools
    • tmux
      • cheatsheet
    • ansible
    • vault
    • artifactory
      • api
      • cli
      • aql
      • nginx cert
    • klocwork
      • kwadmin
      • kwserver
      • api
      • q&a
    • elk
    • mongodb
    • android
    • mobile
  • jenkins
    • config
      • windows
    • appearance
    • troubleshooting
    • jenkinsfile
      • utility
      • parallel
      • build
      • envvar
      • properties
      • trigger
      • node
    • script
      • job
      • build
      • stage
      • agent
      • security & authorization
      • exception
      • monitor
      • tricky
    • api
      • blueocean
    • cli
    • plugins
      • kubernetes
      • docker
      • shared-libs
      • lockable-resource
      • ansicolor
      • badge
      • groovy-postbuild
      • simple-theme
      • customizable-header
      • artifactory
      • jira-steps
      • job-dsl
      • build-timeline
      • crumbIssuer
      • coverage
      • uno-choice
      • tricky
  • virtualization
    • kubernetes
      • init
        • kubespray
        • kubeadm
          • environment
          • crio v1.30.4
          • docker v1.15.3
          • HA
        • addons
        • etcd
      • kubectl
        • pod
        • deploy
        • replicasets
        • namespace
        • secrets
      • node
      • certificates
      • events
      • kubeconfig
      • kubelet
      • troubleshooting
      • cheatsheet
      • auth
      • api
      • tools
        • monitor
        • helm
        • network
        • minikube
    • docker
      • run & exec
      • voume
      • remove
      • show info
      • dockerfile
      • dockerd
      • tricky
      • troubleshooting
      • windows
    • crio
    • podman
  • ai
    • prompt
  • osx
    • apps
      • init
      • brew
    • defaults
    • system
    • network
    • script
    • tricky
  • linux
    • devenv
    • util
      • time & date
      • output formatting
      • params
      • tricky
    • nutshell
    • disk
    • network
    • troubleshooting
    • system
      • apt/yum/snap
      • authorization
      • apps
      • x11
    • ubuntu
      • systemctl
      • x
    • rpi
  • programming
    • groovy
    • python
      • config
      • basic
      • list
      • pip
      • q&a
    • others
    • archive
      • angular
      • maven
      • mysql
        • installation
        • logs
      • ruby
        • rubyInstallationQ&A
  • tools
    • fonts
    • html & css
    • Jira & Confluence
    • node & npm
      • gitbook
      • hexo
      • github.page
      • code themes
    • app
      • microsoft office
      • vscode
      • virtualbox
      • iterm2
      • browser
      • skype
      • teamviewer
      • others
  • quotes
  • english
Powered by GitBook
On this page
  • list projects and properties
  • project
  • project properties
  • project configuration files
  • build
  • Project properties displayed by kwadmin

Was this helpful?

  1. devops
  2. klocwork

kwadmin

PreviousklocworkNextkwserver

Last updated 1 year ago

Was this helpful?

reference:

list projects and properties

$ kwadmin list-projects

project

create project

$ kwadmin create-project <project_name> [--encoding utf-8]

delete project

$ kwadmin delete-project <project_name>

duplicate project

$ kwadmin duplicate-project <original_name> <new_name>

rename project

$ kwadmin rename-project <project_name> <new_project_name>

project properties

get project properties

$ kwadmin get-project-properties <project_name>

set project properties

$ kwadmin set-project-property <project_name> <property> <value>
  • $ kwadmin set-project-property <sample> grouping_on_default false

project configuration files

list configuration files

$ kwadmin list-config-files <project_name>
  • example

    $ kwadmin list-config-files sample_project
    analysis_profile.pconf (Problems Configuration)
    metrics_default.mconf (Metrics Thresholds)
    kw_override.h (Override File)

list configuration types

$ kwadmin list-config-types
Build Specification Template (.tpl)
User Defined Attributes (.atr)
Source Ownership (.sow)
User Metrics (.ume)
Size of Types (.szt)
User Defined Relationships (.rel)
Taxonomy Configuration (.tconf)
Metrics Thresholds (.mconf)
Override File (.h)
Problems Configuration (.pconf)
Java Function Behavior Knowledge Base (.jkb)
Function Behavior Knowledge Base (.kb)

import configuration files

$ kwadmin import-config <project_name> <file>

delete configuration files

$ kwadmin delete-config <project_name> <file>

build

list builds

$ kwadmin list-builds <project_name>

delete build

$ kwadmin delete-build <project_name> <build_name>

rename build

$ kwadmin rename-build <project_name> <build_name> <new_build_name>

keep builds by default

$ kwadmin set-project-property <project_name> auto_delete_threshold <nubmers>
Property
Description

auto_delete_threshold

specifies the number of builds to save when the auto delete feature is enabled

bug_tracker_schema

Used to replace {0} with id, and convert id to a hyperlink

copy_tables

specifies whether Klocwork tables will be copied to projects_root by kwadmin load

description

project description

grouping_on_default

changes the way the system displays server issues. By default, desktop issues are shown with grouping off while server issues are shown with grouping on. If you want server issues for a project to persistently show issues with grouping off, change the setting to false.

language

programming language of the source files in the project

locale

overrides the locale for the project set during project creation. Should only be set before running an integration build analysis with kwbuildproject, so that the language of issue messages and traceback will be consistent in all builds

source_encoding

language encoding of project source files. See kwadmin create-project.

:

change

previous url :

command line references
kwadmin
Kwagent
Kwauth
Kwcheck
Kwciagent
Kwinject
Kwwrap
kwadmin
Reference for integration project and build properties
Build properties displayed by kwadmin
Admin Tools
Improving database performance
Backing up Klocwork data
Build properties displayed by kwadmin
Issue grouping
issue grouping
Configuration files that you can import into integration projects
Project properties displayed by kwadmin
list projects and properties
project
create project
delete project
duplicate project
rename project
project properties
get project properties
set project properties
project configuration files
list configuration files
list configuration types
import configuration files
delete configuration files
build
list builds
delete build
rename build
keep builds by default
Project properties displayed by kwadmin