Tabnine Logo
CRepository.setName
Code IndexAdd Tabnine to your IDE (free)

How to use
setName
method
in
org.sonatype.nexus.configuration.model.CRepository

Best Java code snippets using org.sonatype.nexus.configuration.model.CRepository.setName (Showing top 20 results out of 315)

origin: org.sonatype.nexus/nexus-proxy

public void setName( String name )
{
  getCurrentConfiguration( true ).setName( name );
}
origin: org.sonatype.nexus.plugins/nexus-p2-repository-plugin

repo.setName("");
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus.plugins/nexus-ruby-plugin

repo.setName("");
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus.plugins/nexus-ruby-plugin

repo.setName("");
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus/nexus-configuration

repo.setName( repo.getId() );
origin: org.sonatype.nexus/nexus-configuration-model

value.setName( cRepository.getName() );
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus/nexus-configuration

  + "' has no name, defaulted it's name to it's ID." ) );
cfg.setName( cfg.getId() );
origin: org.sonatype.nexus.plugins/nexus-p2-repository-plugin

repo.setName("");
origin: org.sonatype.nexus.plugins/nexus-p2-repository-plugin

repo.setName("");
origin: org.sonatype.nexus.plugins/nexus-ruby-plugin

repo.setName("");
origin: org.sonatype.nexus/nexus-rest-api

appModel.setName( resource.getName() );
origin: org.sonatype.nexus.plugins/nexus-restlet1x-plugin

appModel.setName(resource.getName());
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
origin: org.sonatype.nexus/nexus-app

repo.setName( "" );
org.sonatype.nexus.configuration.modelCRepositorysetName

Javadoc

Set human readable Repository name.

Popular methods of CRepository

  • getExternalConfiguration
    Get repository implementation's own configuration.
  • getRemoteStorage
    Get the remote storage definition of repository.
  • setExternalConfiguration
    Set repository implementation's own configuration.
  • setId
    Set repository ID. It should uniquely identify this repository across Nexus.
  • setIndexable
    Set if true, repository will get indexed. If false, the files and artifacts from repository will NOT
  • setNotFoundCacheTTL
    Set notFoundCache, the neg-cache records time to live in minutes. How long will misses be cached.
  • setRemoteStorage
    Set the remote storage definition of repository.
  • setWritePolicy
    Set the policy of the repositories write capability, i.e. (ALLOW_WRITE, ALLOW_WRITE_ONCE, READ_ONLY)
  • setNotFoundCacheActive
    Set if true, NFC will be used. If false, no miss caching will happen.
  • setProviderHint
    Set the implementation of repository.
  • setProviderRole
    Set the type of repository.
  • getId
    Get repository ID. It should uniquely identify this repository across Nexus.
  • setProviderRole,
  • getId,
  • getLocalStorage,
  • getName,
  • setSearchable,
  • getLocalStatus,
  • getProviderHint,
  • getNotFoundCacheTTL,
  • setBrowseable

Popular in Java

  • Updating database using SQL prepared statement
  • setContentView (Activity)
  • requestLocationUpdates (LocationManager)
  • runOnUiThread (Activity)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now