public class PmdToDb
extends Task
| Constructor and Description |
|---|
PmdToDb() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getBuildKey() |
int |
getCount() |
String |
getDatabase() |
String |
getHost() |
String |
getPassword() |
int |
getPriority1() |
int |
getPriority2() |
int |
getPriority3() |
int |
getPriority4() |
int |
getPriority5() |
int |
getSvnRevisionNumber() |
String |
getTable() |
String |
getUser() |
void |
setBuildKey(String buildKey) |
void |
setCount(int count) |
void |
setDatabase(String database) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPriority1(int priority) |
void |
setPriority2(int priority2) |
void |
setPriority3(int priority3) |
void |
setPriority4(int priority4) |
void |
setPriority5(int priority5) |
void |
setSvnRevisionNumber(int svnRevisionNumber) |
void |
setTable(String table) |
void |
setUser(String user) |
public void execute()
public String getDatabase()
public void setDatabase(String database)
database - the database to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getHost()
public void setHost(String host)
host - the host to setpublic void setCount(int count)
count - the count to setpublic int getCount()
public void setPriority1(int priority)
priority - the priority to setpublic int getPriority1()
public void setTable(String table)
table - the table to setpublic String getTable()
public void setBuildKey(String buildKey)
buildKey - the buildKey to setpublic String getBuildKey()
public void setPriority2(int priority2)
priority2 - the priority2 to setpublic int getPriority2()
public void setPriority3(int priority3)
priority3 - the priority3 to setpublic int getPriority3()
public void setPriority4(int priority4)
priority4 - the priority4 to setpublic int getPriority4()
public void setPriority5(int priority5)
priority5 - the priority5 to setpublic int getPriority5()
public void setSvnRevisionNumber(int svnRevisionNumber)
svnRevisionNumber - the svnRevisionNumber to setpublic int getSvnRevisionNumber()
Copyright © 2017 SAP SE. All Rights Reserved.