|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intland.codebeamer.remoting.sample.CodeBeamerRemoteProfiler
public class CodeBeamerRemoteProfiler
This program is part of the CodeBeamer SDK.
This console application measures remote API throughput mostly
using various finders.
You can use this as skeleton to develop your own
profilers.
Constructor Summary | |
---|---|
CodeBeamerRemoteProfiler()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main entry point. |
protected static void |
profileArtifact(RemoteApi api,
java.lang.String token,
ArtifactDto artifact)
Profiles artifact management performance for a single artifact. |
protected static void |
profileArtifacts(RemoteApi api,
java.lang.String token)
Profiles artifact management performance. |
protected static void |
profileProjects(RemoteApi api,
java.lang.String token)
Profiles project management performance. |
protected static void |
profileTrackerItems(RemoteApi api,
java.lang.String token)
Profiles tracker item management performance. |
protected static void |
profileTrackers(RemoteApi api,
java.lang.String token)
Profiles tracker management performance. |
protected static void |
profileUsers(RemoteApi api,
java.lang.String token)
Profiles user account management performance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeBeamerRemoteProfiler()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
protected static void profileUsers(RemoteApi api, java.lang.String token)
protected static void profileProjects(RemoteApi api, java.lang.String token)
protected static void profileArtifacts(RemoteApi api, java.lang.String token)
protected static void profileArtifact(RemoteApi api, java.lang.String token, ArtifactDto artifact)
protected static void profileTrackers(RemoteApi api, java.lang.String token)
protected static void profileTrackerItems(RemoteApi api, java.lang.String token)
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |