public class PmdToDb
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
PmdToDb() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.lang.String |
getBuildKey() |
int |
getCount() |
java.lang.String |
getDatabase() |
java.lang.String |
getHost() |
java.lang.String |
getPassword() |
int |
getPriority1() |
int |
getPriority2() |
int |
getPriority3() |
int |
getPriority4() |
int |
getPriority5() |
int |
getSvnRevisionNumber() |
java.lang.String |
getTable() |
java.lang.String |
getUser() |
void |
setBuildKey(java.lang.String buildKey) |
void |
setCount(int count) |
void |
setDatabase(java.lang.String database) |
void |
setHost(java.lang.String host) |
void |
setPassword(java.lang.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(java.lang.String table) |
void |
setUser(java.lang.String user) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic java.lang.String getDatabase()
public void setDatabase(java.lang.String database)
database - the database to setpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user - the user to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the password to setpublic java.lang.String getHost()
public void setHost(java.lang.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(java.lang.String table)
table - the table to setpublic java.lang.String getTable()
public void setBuildKey(java.lang.String buildKey)
buildKey - the buildKey to setpublic java.lang.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 © 2018 SAP SE. All Rights Reserved.